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