POST api/PhoneBatch
Request Information
URI Parameters
None.
Body Parameters
Collection of Phone| Name | Description | Type | Additional information |
|---|---|---|---|
| Deleted | boolean |
None. |
|
| Type | string |
String length: inclusive between 0 and 50 |
|
| IsPrimary | boolean |
None. |
|
| Number | string |
Required String length: inclusive between 0 and 50 |
|
| RelationshipId | string |
Required String length: inclusive between 0 and 50 |
|
| RelationshipPmsId | string |
Required String length: inclusive between 0 and 50 |
|
| RelationshipEntity | 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,
"Type": "sample string 1",
"IsPrimary": true,
"Number": "sample string 2",
"RelationshipId": "sample string 3",
"RelationshipPmsId": "sample string 4",
"RelationshipEntity": "sample string 5",
"ApiCreateDate": "2025-12-16T00:51:57.9993817+00:00",
"ApiLastChangeDate": "2025-12-16T00:51:57.9993817+00:00",
"CheckSum": 7,
"RowKey": 8,
"Id": "sample string 9",
"SyncId": "sample string 10",
"SubscriberId": "sample string 11"
},
{
"Deleted": true,
"Type": "sample string 1",
"IsPrimary": true,
"Number": "sample string 2",
"RelationshipId": "sample string 3",
"RelationshipPmsId": "sample string 4",
"RelationshipEntity": "sample string 5",
"ApiCreateDate": "2025-12-16T00:51:57.9993817+00:00",
"ApiLastChangeDate": "2025-12-16T00:51:57.9993817+00:00",
"CheckSum": 7,
"RowKey": 8,
"Id": "sample string 9",
"SyncId": "sample string 10",
"SubscriberId": "sample string 11"
}
]
application/xml, text/xml
Sample:
<ArrayOfPhone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PVExDataModel">
<Phone>
<ApiCreateDate>2025-12-16T00:51:57.9993817+00:00</ApiCreateDate>
<ApiLastChangeDate>2025-12-16T00:51:57.9993817+00:00</ApiLastChangeDate>
<CheckSum>7</CheckSum>
<Deleted>true</Deleted>
<Id>sample string 9</Id>
<IsPrimary>true</IsPrimary>
<Number>sample string 2</Number>
<RelationshipEntity>sample string 5</RelationshipEntity>
<RelationshipId>sample string 3</RelationshipId>
<RelationshipPmsId>sample string 4</RelationshipPmsId>
<RowKey>8</RowKey>
<SubscriberId>sample string 11</SubscriberId>
<SyncId>sample string 10</SyncId>
<Type>sample string 1</Type>
</Phone>
<Phone>
<ApiCreateDate>2025-12-16T00:51:57.9993817+00:00</ApiCreateDate>
<ApiLastChangeDate>2025-12-16T00:51:57.9993817+00:00</ApiLastChangeDate>
<CheckSum>7</CheckSum>
<Deleted>true</Deleted>
<Id>sample string 9</Id>
<IsPrimary>true</IsPrimary>
<Number>sample string 2</Number>
<RelationshipEntity>sample string 5</RelationshipEntity>
<RelationshipId>sample string 3</RelationshipId>
<RelationshipPmsId>sample string 4</RelationshipPmsId>
<RowKey>8</RowKey>
<SubscriberId>sample string 11</SubscriberId>
<SyncId>sample string 10</SyncId>
<Type>sample string 1</Type>
</Phone>
</ArrayOfPhone>
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.