POST api/ScheduledCallsAndChat/ScheduledCallsActions

Request Information

URI Parameters

None.

Body Parameters

ScheduledCallsActions
NameDescriptionTypeAdditional information
SCA_Id

integer

None.

SC_Id

integer

None.

ClaimId

integer

None.

PolicyId

integer

None.

Action

string

None.

Remarks

string

None.

TenantId

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

IsDeleted

boolean

None.

IsActive

boolean

None.

Duration

decimal number

None.

StartTime

date

None.

EndTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SCA_Id": 1,
  "SC_Id": 2,
  "ClaimId": 3,
  "PolicyId": 4,
  "Action": "sample string 5",
  "Remarks": "sample string 6",
  "TenantId": 7,
  "CreatedBy": 8,
  "CreatedDate": "2025-12-13T10:32:22.6413017+05:00",
  "UpdatedBy": 10,
  "UpdatedDate": "2025-12-13T10:32:22.6413017+05:00",
  "IsDeleted": true,
  "IsActive": true,
  "Duration": 14.1,
  "StartTime": "2025-12-13T10:32:22.6413017+05:00",
  "EndTime": "2025-12-13T10:32:22.6413017+05:00"
}

text/xml

Sample:
<ScheduledCallsActions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.ScheduledCallsAndChat">
  <Action>sample string 5</Action>
  <ClaimId>3</ClaimId>
  <CreatedBy>8</CreatedBy>
  <CreatedDate>2025-12-13T10:32:22.6413017+05:00</CreatedDate>
  <Duration>14.1</Duration>
  <EndTime>2025-12-13T10:32:22.6413017+05:00</EndTime>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <PolicyId>4</PolicyId>
  <Remarks>sample string 6</Remarks>
  <SCA_Id>1</SCA_Id>
  <SC_Id>2</SC_Id>
  <StartTime>2025-12-13T10:32:22.6413017+05:00</StartTime>
  <TenantId>7</TenantId>
  <UpdatedBy>10</UpdatedBy>
  <UpdatedDate>2025-12-13T10:32:22.6413017+05:00</UpdatedDate>
</ScheduledCallsActions>

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.