POST InsertRankSchdeulePerCheckin

Request Information

URI Parameters

None.

Body Parameters

RankSchedulePerCheckin
NameDescriptionTypeAdditional information
rankscheduleId

integer

None.

status

integer

None.

SID

integer

None.

CheckinDate

date

None.

PageSize

integer

None.

ErroCode

string

None.

callType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "rankscheduleId": 1,
  "status": 2,
  "SID": 3,
  "CheckinDate": "2025-04-28T16:44:20.7866252+00:00",
  "PageSize": 5,
  "ErroCode": "sample string 6",
  "callType": 7
}

text/html

Sample:
{"rankscheduleId":1,"status":2,"SID":3,"CheckinDate":"2025-04-28T16:44:20.7866252+00:00","PageSize":5,"ErroCode":"sample string 6","callType":7}

application/xml, text/xml

Sample:
<RankSchedulePerCheckin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.OTARank">
  <CheckinDate>2025-04-28T16:44:20.7866252+00:00</CheckinDate>
  <ErroCode>sample string 6</ErroCode>
  <PageSize>5</PageSize>
  <SID>3</SID>
  <callType>7</callType>
  <rankscheduleId>1</rankscheduleId>
  <status>2</status>
</RankSchedulePerCheckin>

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 'RankSchedulePerCheckin'.

Response Information

Resource Description

ResponseOfBoolean
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Body

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Body": true
}

text/html

Sample:
{"Message":"sample string 1","Status":true,"Body":true}

application/xml, text/xml

Sample:
<ResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
  <Body>true</Body>
  <Message>sample string 1</Message>
  <Status>true</Status>
</ResponseOfboolean>