POST api/VCard/GetVCardDetail
Request Information
URI Parameters
None.
Body Parameters
VCardIdRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "cc3a96a7-c85b-4020-bcc9-f1c6ddd71936"
}
application/xml, text/xml
Sample:
<VCardIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <Id>cc3a96a7-c85b-4020-bcc9-f1c6ddd71936</Id> </VCardIdRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfVCardDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | VCardDetail |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.