PUT api/Masters/ConfigScheduledCallTimeSlots

Request Information

URI Parameters

None.

Body Parameters

ConfigScheduledCallTimeSlots
NameDescriptionTypeAdditional information
CSCTS_Id

integer

None.

IntervalTime

integer

None.

IntervalGap

integer

None.

WeekDay1

string

None.

WeekDay2

string

None.

DayStartTime

time interval

None.

DayEndTime

time interval

None.

EnableLiveCall

boolean

None.

TenantId

integer

None.

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

IsDeleted

integer

None.

IsActive

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CSCTS_Id": 1,
  "IntervalTime": 2,
  "IntervalGap": 3,
  "WeekDay1": "sample string 4",
  "WeekDay2": "sample string 5",
  "DayStartTime": "00:00:00.1234567",
  "DayEndTime": "00:00:00.1234567",
  "EnableLiveCall": true,
  "TenantId": 9,
  "CreatedBy": 10,
  "CreatedDate": "2025-12-13T10:30:17.3878956+05:00",
  "UpdatedBy": 12,
  "UpdatedDate": "2025-12-13T10:30:17.3878956+05:00",
  "IsDeleted": 14,
  "IsActive": 15
}

text/xml

Sample:
<ConfigScheduledCallTimeSlots xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.ScheduledCallsAndChat">
  <CSCTS_Id>1</CSCTS_Id>
  <CreatedBy>10</CreatedBy>
  <CreatedDate>2025-12-13T10:30:17.3878956+05:00</CreatedDate>
  <DayEndTime>PT0.1234567S</DayEndTime>
  <DayStartTime>PT0.1234567S</DayStartTime>
  <EnableLiveCall>true</EnableLiveCall>
  <IntervalGap>3</IntervalGap>
  <IntervalTime>2</IntervalTime>
  <IsActive>15</IsActive>
  <IsDeleted>14</IsDeleted>
  <TenantId>9</TenantId>
  <UpdatedBy>12</UpdatedBy>
  <UpdatedDate>2025-12-13T10:30:17.3878956+05:00</UpdatedDate>
  <WeekDay1>sample string 4</WeekDay1>
  <WeekDay2>sample string 5</WeekDay2>
</ConfigScheduledCallTimeSlots>

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.