POST api/Lead/InsertCallData

Request Information

URI Parameters

None.

Body Parameters

LeadCallDTO
NameDescriptionTypeAdditional information
LeadCallId

integer

None.

CallDate

date

None.

CallStatusTypeId

integer

None.

ChangeDate

date

None.

ChangedBy

integer

None.

ChangedByRoleId

integer

None.

Comments

string

None.

CreateDate

date

None.

CreatedBy

integer

None.

CreatedByRoleId

integer

None.

LeadAssignmentGuid

globally unique identifier

None.

LeadId

integer

None.

PhoneNumber

string

None.

OnWorkingHour

boolean

None.

TraineeAssociateId

integer

None.

TrainerAssociateId

integer

None.

CallTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LeadCallId": 1,
  "CallDate": "2025-10-14T00:37:22.5059597-07:00",
  "CallStatusTypeId": 1,
  "ChangeDate": "2025-10-14T00:37:22.5059597-07:00",
  "ChangedBy": 1,
  "ChangedByRoleId": 1,
  "Comments": "sample string 3",
  "CreateDate": "2025-10-14T00:37:22.5059597-07:00",
  "CreatedBy": 5,
  "CreatedByRoleId": 1,
  "LeadAssignmentGuid": "ff78882b-30f5-4181-973d-6c89d62fe91c",
  "LeadId": 7,
  "PhoneNumber": "sample string 8",
  "OnWorkingHour": true,
  "TraineeAssociateId": 1,
  "TrainerAssociateId": 1,
  "CallTypeId": 9
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LeadCallDTO
NameDescriptionTypeAdditional information
LeadCallId

integer

None.

CallDate

date

None.

CallStatusTypeId

integer

None.

ChangeDate

date

None.

ChangedBy

integer

None.

ChangedByRoleId

integer

None.

Comments

string

None.

CreateDate

date

None.

CreatedBy

integer

None.

CreatedByRoleId

integer

None.

LeadAssignmentGuid

globally unique identifier

None.

LeadId

integer

None.

PhoneNumber

string

None.

OnWorkingHour

boolean

None.

TraineeAssociateId

integer

None.

TrainerAssociateId

integer

None.

CallTypeId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "LeadCallId": 1,
  "CallDate": "2025-10-14T00:37:22.5059597-07:00",
  "CallStatusTypeId": 1,
  "ChangeDate": "2025-10-14T00:37:22.5059597-07:00",
  "ChangedBy": 1,
  "ChangedByRoleId": 1,
  "Comments": "sample string 3",
  "CreateDate": "2025-10-14T00:37:22.5059597-07:00",
  "CreatedBy": 5,
  "CreatedByRoleId": 1,
  "LeadAssignmentGuid": "62e86756-b3a3-497d-bb6d-a89bfe70a0ee",
  "LeadId": 7,
  "PhoneNumber": "sample string 8",
  "OnWorkingHour": true,
  "TraineeAssociateId": 1,
  "TrainerAssociateId": 1,
  "CallTypeId": 9
}