POST api/Employee/AssignBranch
Request Information
URI Parameters
None.
Body Parameters
EmployeeBranchParam| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
None. |
|
| Branches | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"Branches": [
"7cdf2ee8-da98-4d0d-a1f7-169812d2d002",
"168849b4-c042-4a8c-a4f2-aa04848e13a4"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.