POST api/ScheduledCallsAndChat

Request Information

URI Parameters

None.

Body Parameters

ScheduledCalls
NameDescriptionTypeAdditional information
SC_Id

integer

None.

ClaimId

integer

None.

PolicyId

integer

None.

Date

date

None.

Participants

string

None.

StartTime

date

None.

EndTime

date

None.

Duration

decimal number

None.

AssignedTo

integer

None.

Status

integer

None.

Remarks

string

None.

Comment

string

None.

ChannelId

string

None.

UserName

string

None.

TenantId

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

CallStartTime

date

None.

CallEndTime

date

None.

ProviderId

integer

None.

BranchId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SC_Id": 1,
  "ClaimId": 2,
  "PolicyId": 3,
  "Date": "2025-12-13T10:30:58.30816+05:00",
  "Participants": "sample string 5",
  "StartTime": "2025-12-13T10:30:58.30816+05:00",
  "EndTime": "2025-12-13T10:30:58.30816+05:00",
  "Duration": 8.1,
  "AssignedTo": 9,
  "Status": 10,
  "Remarks": "sample string 11",
  "Comment": "sample string 12",
  "ChannelId": "sample string 13",
  "UserName": "sample string 14",
  "TenantId": 15,
  "CreatedBy": 16,
  "CreatedDate": "2025-12-13T10:30:58.30816+05:00",
  "UpdatedBy": 18,
  "UpdatedDate": "2025-12-13T10:30:58.30816+05:00",
  "IsDeleted": true,
  "IsActive": true,
  "CallStartTime": "2025-12-13T10:30:58.30816+05:00",
  "CallEndTime": "2025-12-13T10:30:58.30816+05:00",
  "ProviderId": 24,
  "BranchId": 25
}

text/xml

Sample:
<ScheduledCalls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.ScheduledCallsAndChat">
  <AssignedTo>9</AssignedTo>
  <BranchId>25</BranchId>
  <CallEndTime>2025-12-13T10:30:58.30816+05:00</CallEndTime>
  <CallStartTime>2025-12-13T10:30:58.30816+05:00</CallStartTime>
  <ChannelId>sample string 13</ChannelId>
  <ClaimId>2</ClaimId>
  <Comment>sample string 12</Comment>
  <CreatedBy>16</CreatedBy>
  <CreatedDate>2025-12-13T10:30:58.30816+05:00</CreatedDate>
  <Date>2025-12-13T10:30:58.30816+05:00</Date>
  <Duration>8.1</Duration>
  <EndTime>2025-12-13T10:30:58.30816+05:00</EndTime>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <Participants>sample string 5</Participants>
  <PolicyId>3</PolicyId>
  <ProviderId>24</ProviderId>
  <Remarks>sample string 11</Remarks>
  <SC_Id>1</SC_Id>
  <StartTime>2025-12-13T10:30:58.30816+05:00</StartTime>
  <Status>10</Status>
  <TenantId>15</TenantId>
  <UpdatedBy>18</UpdatedBy>
  <UpdatedDate>2025-12-13T10:30:58.30816+05:00</UpdatedDate>
  <UserName>sample string 14</UserName>
</ScheduledCalls>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.