POST api/Associate/PromotoAssociateFromEdit?agencyTab={agencyTab}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
agencyTab

integer

Required

Body Parameters

PromoteAssociateCollDTO
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true