POST api/Client/AssignBranch
Request Information
URI Parameters
None.
Body Parameters
ClientBranchParam| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| BranchId | globally unique identifier |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"BranchId": "ea5beffc-b967-47a7-924d-036cbdae6222",
"UserName": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.