GET api/v1/{tokenClient}/driver/{driverId}/setAgency?agencyId={agencyId}
Fonction permettant de mettre à jour l'agence d'un conducteur
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tokenClient | globally unique identifier |
Required |
|
driverId | 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>