POST api/Schedule

Request Information

URI Parameters

None.

Body Parameters

Schedule
NameDescriptionTypeAdditional information
Source

string

String length: inclusive between 0 and 50

Type

string

String length: inclusive between 0 and 50

ClientId

string

String length: inclusive between 0 and 50

ClientPmsId

string

String length: inclusive between 0 and 50

PatientId

string

String length: inclusive between 0 and 50

PatientPmsId

string

String length: inclusive between 0 and 50

Deleted

boolean

None.

Date

date

None.

Duration

integer

None.

Status

string

String length: inclusive between 0 and 50

Reason

string

String length: inclusive between 0 and 1024

ResourceId

string

String length: inclusive between 0 and 50

ResourceName

string

String length: inclusive between 0 and 50

SiteId

string

String length: inclusive between 0 and 50

ApiCreateDate

date

Required

ApiLastChangeDate

date

None.

CheckSum

integer

None.

RowKey

integer

Required

Id

string

Required

String length: inclusive between 0 and 50

SyncId

string

Required

String length: inclusive between 0 and 50

SubscriberId

string

Required

String length: inclusive between 0 and 50

Request Formats

application/json, text/json

Sample:
{
  "Source": "sample string 1",
  "Type": "sample string 2",
  "ClientId": "sample string 3",
  "ClientPmsId": "sample string 4",
  "PatientId": "sample string 5",
  "PatientPmsId": "sample string 6",
  "Deleted": true,
  "Date": "2025-12-16T00:52:12.6891387+00:00",
  "Duration": 7,
  "Status": "sample string 8",
  "Reason": "sample string 9",
  "ResourceId": "sample string 10",
  "ResourceName": "sample string 11",
  "SiteId": "sample string 12",
  "ApiCreateDate": "2025-12-16T00:52:12.6891387+00:00",
  "ApiLastChangeDate": "2025-12-16T00:52:12.6891387+00:00",
  "CheckSum": 14,
  "RowKey": 15,
  "Id": "sample string 16",
  "SyncId": "sample string 17",
  "SubscriberId": "sample string 18"
}

application/xml, text/xml

Sample:
<Schedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel">
  <ApiCreateDate>2025-12-16T00:52:12.6891387+00:00</ApiCreateDate>
  <ApiLastChangeDate>2025-12-16T00:52:12.6891387+00:00</ApiLastChangeDate>
  <CheckSum>14</CheckSum>
  <ClientId>sample string 3</ClientId>
  <ClientPmsId>sample string 4</ClientPmsId>
  <Date>2025-12-16T00:52:12.6891387+00:00</Date>
  <Deleted>true</Deleted>
  <Duration>7</Duration>
  <Id>sample string 16</Id>
  <PatientId>sample string 5</PatientId>
  <PatientPmsId>sample string 6</PatientPmsId>
  <Reason>sample string 9</Reason>
  <ResourceId>sample string 10</ResourceId>
  <ResourceName>sample string 11</ResourceName>
  <RowKey>15</RowKey>
  <SiteId>sample string 12</SiteId>
  <Source>sample string 1</Source>
  <Status>sample string 8</Status>
  <SubscriberId>sample string 18</SubscriberId>
  <SyncId>sample string 17</SyncId>
  <Type>sample string 2</Type>
</Schedule>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.