POST api/contact/ContactDetail
Request Information
URI Parameters
None.
Body Parameters
PersonIdRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PersonId": "77eb8159-9e69-41bd-b165-e88ece2dac36"
}
application/xml, text/xml
Sample:
<PersonIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <PersonId>77eb8159-9e69-41bd-b165-e88ece2dac36</PersonId> </PersonIdRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfContactDetailResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | ContactDetailResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.