GET branches/{branchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| branchId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}