POST api/User/MoveUserContext
Request Information
URI Parameters
None.
Body Parameters
MoveUserDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| associateIdToMove | integer |
None. |
|
| managerAssociateId | integer |
None. |
|
| managerContractId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"associateIdToMove": 1,
"managerAssociateId": 2,
"managerContractId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true