GET branches
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BranchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| FreemanBranchId | string |
None. |
|
| CreativeBranchId | integer |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"FreemanBranchId": "sample string 3",
"CreativeBranchId": 1
},
{
"Id": 1,
"Name": "sample string 2",
"FreemanBranchId": "sample string 3",
"CreativeBranchId": 1
}
]