POST api/PatientIdentifierBatch
Request Information
URI Parameters
None.
Body Parameters
Collection of PatientIdentifier| Name | Description | Type | Additional 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:51:49.1164378+00:00",
"ApiCreateDate": "2025-12-16T00:51:49.1164378+00:00",
"ApiLastChangeDate": "2025-12-16T00:51:49.1164378+00:00",
"CheckSum": 7,
"RowKey": 8,
"Id": "sample string 9",
"SyncId": "sample string 10",
"SubscriberId": "sample string 11"
},
{
"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:51:49.1164378+00:00",
"ApiCreateDate": "2025-12-16T00:51:49.1164378+00:00",
"ApiLastChangeDate": "2025-12-16T00:51:49.1164378+00:00",
"CheckSum": 7,
"RowKey": 8,
"Id": "sample string 9",
"SyncId": "sample string 10",
"SubscriberId": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfPatientIdentifier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel">
<PatientIdentifier>
<ApiCreateDate>2025-12-16T00:51:49.1164378+00:00</ApiCreateDate>
<ApiLastChangeDate>2025-12-16T00:51:49.1164378+00:00</ApiLastChangeDate>
<CheckSum>7</CheckSum>
<Date>2025-12-16T00:51:49.1164378+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>
<PatientIdentifier>
<ApiCreateDate>2025-12-16T00:51:49.1164378+00:00</ApiCreateDate>
<ApiLastChangeDate>2025-12-16T00:51:49.1164378+00:00</ApiLastChangeDate>
<CheckSum>7</CheckSum>
<Date>2025-12-16T00:51:49.1164378+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>
</ArrayOfPatientIdentifier>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.