POST api/PatientIdentifier

Request Information

URI Parameters

None.

Body Parameters

PatientIdentifier
NameDescriptionTypeAdditional information
Deleted

boolean

None.

PatientId

string

Required

String length: inclusive between 0 and 50

PatientPmsId

string

Required

String length: inclusive between 0 and 50

Identifier

string

Required

String length: inclusive between 0 and 256

Type

string

Required

String length: inclusive between 0 and 50

SubType

string

String length: inclusive between 0 and 50

Date

date

None.

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:
{
  "Deleted": true,
  "PatientId": "sample string 1",
  "PatientPmsId": "sample string 2",
  "Identifier": "sample string 3",
  "Type": "sample string 4",
  "SubType": "sample string 5",
  "Date": "2025-12-16T00:52:17.3873682+00:00",
  "ApiCreateDate": "2025-12-16T00:52:17.3873682+00:00",
  "ApiLastChangeDate": "2025-12-16T00:52:17.3873682+00:00",
  "CheckSum": 7,
  "RowKey": 8,
  "Id": "sample string 9",
  "SyncId": "sample string 10",
  "SubscriberId": "sample string 11"
}

application/xml, text/xml

Sample:
<PatientIdentifier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel">
  <ApiCreateDate>2025-12-16T00:52:17.3873682+00:00</ApiCreateDate>
  <ApiLastChangeDate>2025-12-16T00:52:17.3873682+00:00</ApiLastChangeDate>
  <CheckSum>7</CheckSum>
  <Date>2025-12-16T00:52:17.3873682+00:00</Date>
  <Deleted>true</Deleted>
  <Id>sample string 9</Id>
  <Identifier>sample string 3</Identifier>
  <PatientId>sample string 1</PatientId>
  <PatientPmsId>sample string 2</PatientPmsId>
  <RowKey>8</RowKey>
  <SubType>sample string 5</SubType>
  <SubscriberId>sample string 11</SubscriberId>
  <SyncId>sample string 10</SyncId>
  <Type>sample string 4</Type>
</PatientIdentifier>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.