GET api/GetAllBranchesByAgency?idpId={idpId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idpId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BranchesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BranchName": "sample string 1"
},
{
"BranchName": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfBranchesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WurkNowDTO.ClientApi.UnifyApps">
<BranchesDTO>
<BranchName>sample string 1</BranchName>
</BranchesDTO>
<BranchesDTO>
<BranchName>sample string 1</BranchName>
</BranchesDTO>
</ArrayOfBranchesDTO>