POST api/Associate/Promote
Request Information
URI Parameters
None.
Body Parameters
PromoteAssociateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AssociateID | integer |
None. |
|
| ChangeToRoleId | integer |
None. |
|
| CurrentRoleId | integer |
None. |
|
| ManagerContractId | integer |
None. |
|
| NewContractTypeId | integer |
None. |
|
| ContractTypeId | integer |
None. |
|
| AgentCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AssociateID": 1,
"ChangeToRoleId": 2,
"CurrentRoleId": 3,
"ManagerContractId": 4,
"NewContractTypeId": 5,
"ContractTypeId": 6,
"AgentCode": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true