POST api/CRM/CopyContact

Request Information

URI Parameters

None.

Body Parameters

CrmCopyContactModel
NameDescriptionTypeAdditional information
OldCrmId

integer

None.

NewCrmId

integer

None.

NewCrmTeamId

integer

None.

NewCrmStageId

integer

None.

NotesFlag

integer

None.

EmailCommFlag

integer

None.

ContactAttachFlag

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OldCrmId": 1,
  "NewCrmId": 1,
  "NewCrmTeamId": 1,
  "NewCrmStageId": 1,
  "NotesFlag": 1,
  "EmailCommFlag": 1,
  "ContactAttachFlag": 1
}

application/xml, text/xml

Sample:
<CrmCopyContactModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Focus247_2022.CrmModels">
  <ContactAttachFlag>1</ContactAttachFlag>
  <EmailCommFlag>1</EmailCommFlag>
  <NewCrmId>1</NewCrmId>
  <NewCrmStageId>1</NewCrmStageId>
  <NewCrmTeamId>1</NewCrmTeamId>
  <NotesFlag>1</NotesFlag>
  <OldCrmId>1</OldCrmId>
</CrmCopyContactModel>

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.