GET api/Agency/GetAllAgencies
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AgencyDTOName | Description | Type | Additional information |
---|---|---|---|
AgencyId | integer |
None. |
|
AgencyName | string |
None. |
|
AilAgencyId | integer |
None. |
|
SecretKey | string |
None. |
|
Disabled | boolean |
None. |
|
SubsidiaryId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AgencyId": 1, "AgencyName": "sample string 2", "AilAgencyId": 1, "SecretKey": "sample string 3", "Disabled": true, "SubsidiaryId": 1 }, { "AgencyId": 1, "AgencyName": "sample string 2", "AilAgencyId": 1, "SecretKey": "sample string 3", "Disabled": true, "SubsidiaryId": 1 } ]