POST api/{version}/ContactManager/InsertCrmServiceQueue

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

CrmServiceQueue
NameDescriptionTypeAdditional information
CrmServiceQueueId

integer

None.

SourceTable

string

None.

SourceTableId

integer

None.

SourceType

string

None.

Description

string

None.

ParentCrmServiceQueueId

integer

None.

UTMParams

string

None.

IsProcessNow

boolean

None.

QueuedTime

date

None.

IsMigratedRecord

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CrmServiceQueueId": 1,
  "SourceTable": "sample string 2",
  "SourceTableId": 3,
  "SourceType": "sample string 4",
  "Description": "sample string 5",
  "ParentCrmServiceQueueId": 1,
  "UTMParams": "sample string 6",
  "IsProcessNow": true,
  "QueuedTime": "2026-04-02T23:44:41.0741036-04:00",
  "IsMigratedRecord": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CrmServiceQueue'.

Response Information

Resource Description

ReturnResult
NameDescriptionTypeAdditional information
Status

boolean

None.

Message

string

None.

AdditionalData

Object

None.

ObjAppResponseMessage

Gets or sets the mobile App response message

AppResponseMessage

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Message": "sample string 2",
  "AdditionalData": {},
  "ObjAppResponseMessage": {
    "Status": true,
    "Message": "sample string 2",
    "AdditionalData": "sample string 3"
  }
}