GET api/v1/{tokenClient}/vehicle/{vehicleId}/setAgency?agencyId={agencyId}

Fonction permettant de mettre à jour l'agence d'un véhicule

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tokenClient

globally unique identifier

Required

vehicleId

globally unique identifier

Required

agencyId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>