GET api/v1/{tokenClient}/agency
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tokenClient | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AgencyViewModelName | Description | Type | Additional information |
---|---|---|---|
ZOIId |
Identifiant |
globally unique identifier |
None. |
ZOIName |
Agence Name |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ZOIId": "c5caea7d-be63-4431-b911-3f4c099e988f", "ZOIName": "sample string 2" }, { "ZOIId": "c5caea7d-be63-4431-b911-3f4c099e988f", "ZOIName": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfAgencyViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto"> <AgencyViewModel> <ZOIId>c5caea7d-be63-4431-b911-3f4c099e988f</ZOIId> <ZOIName>sample string 2</ZOIName> </AgencyViewModel> <AgencyViewModel> <ZOIId>c5caea7d-be63-4431-b911-3f4c099e988f</ZOIId> <ZOIName>sample string 2</ZOIName> </AgencyViewModel> </ArrayOfAgencyViewModel>