POST api/account/PersonContactDelete
Request Information
URI Parameters
None.
Body Parameters
PersonContactDeleteParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "9e1c7f13-b3f8-4d88-a940-dd92353263b3"
}
application/xml, text/xml
Sample:
<PersonContactDeleteParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <Id>9e1c7f13-b3f8-4d88-a940-dd92353263b3</Id> </PersonContactDeleteParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.