POST api/CRM/MoveContact

Request Information

URI Parameters

None.

Body Parameters

CrmMoveContactModel
NameDescriptionTypeAdditional information
CrmId

integer

None.

NewTeamId

integer

None.

NewStageId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CrmId": 1,
  "NewTeamId": 1,
  "NewStageId": 1
}

application/xml, text/xml

Sample:
<CrmMoveContactModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Focus247_2022.CrmModels">
  <CrmId>1</CrmId>
  <NewStageId>1</NewStageId>
  <NewTeamId>1</NewTeamId>
</CrmMoveContactModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.