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