GET api/v1/{tokenClient}/vehicle/{vehicleId}/setAgency?agencyId={agencyId}
Fonction permettant de mettre à jour l'agence d'un véhicule
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tokenClient | globally unique identifier |
Required |
|
vehicleId | globally unique identifier |
Required |
|
agencyId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>