POST api/ReminderBatch

Request Information

URI Parameters

None.

Body Parameters

Collection of Reminder
NameDescriptionTypeAdditional information
Type

string

String length: inclusive between 0 and 50

ClientId

string

Required

String length: inclusive between 0 and 50

ClientPmsId

string

Required

String length: inclusive between 0 and 50

PatientId

string

Required

String length: inclusive between 0 and 50

PatientPmsId

string

Required

String length: inclusive between 0 and 50

Code

string

String length: inclusive between 0 and 50

Description

string

String length: inclusive between 0 and 1024

DateDue

date

None.

DateLastGiven

date

None.

Deleted

boolean

None.

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:
[
  {
    "Type": "sample string 1",
    "ClientId": "sample string 2",
    "ClientPmsId": "sample string 3",
    "PatientId": "sample string 4",
    "PatientPmsId": "sample string 5",
    "Code": "sample string 6",
    "Description": "sample string 7",
    "DateDue": "2025-12-16T00:51:53.8689466+00:00",
    "DateLastGiven": "2025-12-16T00:51:53.8689466+00:00",
    "Deleted": true,
    "SiteId": "sample string 8",
    "ApiCreateDate": "2025-12-16T00:51:53.8689466+00:00",
    "ApiLastChangeDate": "2025-12-16T00:51:53.8689466+00:00",
    "CheckSum": 10,
    "RowKey": 11,
    "Id": "sample string 12",
    "SyncId": "sample string 13",
    "SubscriberId": "sample string 14"
  },
  {
    "Type": "sample string 1",
    "ClientId": "sample string 2",
    "ClientPmsId": "sample string 3",
    "PatientId": "sample string 4",
    "PatientPmsId": "sample string 5",
    "Code": "sample string 6",
    "Description": "sample string 7",
    "DateDue": "2025-12-16T00:51:53.8689466+00:00",
    "DateLastGiven": "2025-12-16T00:51:53.8689466+00:00",
    "Deleted": true,
    "SiteId": "sample string 8",
    "ApiCreateDate": "2025-12-16T00:51:53.8689466+00:00",
    "ApiLastChangeDate": "2025-12-16T00:51:53.8689466+00:00",
    "CheckSum": 10,
    "RowKey": 11,
    "Id": "sample string 12",
    "SyncId": "sample string 13",
    "SubscriberId": "sample string 14"
  }
]

application/xml, text/xml

Sample:
<ArrayOfReminder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel">
  <Reminder>
    <ApiCreateDate>2025-12-16T00:51:53.8689466+00:00</ApiCreateDate>
    <ApiLastChangeDate>2025-12-16T00:51:53.8689466+00:00</ApiLastChangeDate>
    <CheckSum>10</CheckSum>
    <ClientId>sample string 2</ClientId>
    <ClientPmsId>sample string 3</ClientPmsId>
    <Code>sample string 6</Code>
    <DateDue>2025-12-16T00:51:53.8689466+00:00</DateDue>
    <DateLastGiven>2025-12-16T00:51:53.8689466+00:00</DateLastGiven>
    <Deleted>true</Deleted>
    <Description>sample string 7</Description>
    <Id>sample string 12</Id>
    <PatientId>sample string 4</PatientId>
    <PatientPmsId>sample string 5</PatientPmsId>
    <RowKey>11</RowKey>
    <SiteId>sample string 8</SiteId>
    <SubscriberId>sample string 14</SubscriberId>
    <SyncId>sample string 13</SyncId>
    <Type>sample string 1</Type>
  </Reminder>
  <Reminder>
    <ApiCreateDate>2025-12-16T00:51:53.8689466+00:00</ApiCreateDate>
    <ApiLastChangeDate>2025-12-16T00:51:53.8689466+00:00</ApiLastChangeDate>
    <CheckSum>10</CheckSum>
    <ClientId>sample string 2</ClientId>
    <ClientPmsId>sample string 3</ClientPmsId>
    <Code>sample string 6</Code>
    <DateDue>2025-12-16T00:51:53.8689466+00:00</DateDue>
    <DateLastGiven>2025-12-16T00:51:53.8689466+00:00</DateLastGiven>
    <Deleted>true</Deleted>
    <Description>sample string 7</Description>
    <Id>sample string 12</Id>
    <PatientId>sample string 4</PatientId>
    <PatientPmsId>sample string 5</PatientPmsId>
    <RowKey>11</RowKey>
    <SiteId>sample string 8</SiteId>
    <SubscriberId>sample string 14</SubscriberId>
    <SyncId>sample string 13</SyncId>
    <Type>sample string 1</Type>
  </Reminder>
</ArrayOfReminder>

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 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.