POST api/PatientCustomField
Request Information
URI Parameters
None.
Body Parameters
PatientCustomField| Name | Description | Type | Additional information |
|---|---|---|---|
| Deleted | boolean |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 100 |
|
| Value | string |
Required |
|
| PatientId | string |
Required String length: inclusive between 0 and 50 |
|
| PatientPmsId | string |
Required 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:
{
"Deleted": true,
"Name": "sample string 1",
"Value": "sample string 2",
"PatientId": "sample string 3",
"PatientPmsId": "sample string 4",
"ApiCreateDate": "2025-12-16T00:51:55.9601192+00:00",
"ApiLastChangeDate": "2025-12-16T00:51:55.9601192+00:00",
"CheckSum": 6,
"RowKey": 7,
"Id": "sample string 8",
"SyncId": "sample string 9",
"SubscriberId": "sample string 10"
}
application/xml, text/xml
Sample:
<PatientCustomField xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel"> <ApiCreateDate>2025-12-16T00:51:55.9601192+00:00</ApiCreateDate> <ApiLastChangeDate>2025-12-16T00:51:55.9601192+00:00</ApiLastChangeDate> <CheckSum>6</CheckSum> <Deleted>true</Deleted> <Id>sample string 8</Id> <Name>sample string 1</Name> <PatientId>sample string 3</PatientId> <PatientPmsId>sample string 4</PatientPmsId> <RowKey>7</RowKey> <SubscriberId>sample string 10</SubscriberId> <SyncId>sample string 9</SyncId> <Value>sample string 2</Value> </PatientCustomField>
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.