POST api/Associate/PromotoAssociateFromEdit?agencyTab={agencyTab}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| agencyTab | integer |
Required |
Body Parameters
PromoteAssociateCollDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AssociateIDs | Collection of integer |
None. |
|
| ChangeToRoleId | integer |
None. |
|
| CurrentRoleId | integer |
None. |
|
| NewContractTypeId | integer |
None. |
|
| ContractTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AssociateIDs": [
1,
2
],
"ChangeToRoleId": 1,
"CurrentRoleId": 2,
"NewContractTypeId": 3,
"ContractTypeId": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true