POST api/client/ClientDetail
Request Information
URI Parameters
None.
Body Parameters
ClientIdRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": "9603eb09-32e7-4cb0-837d-547f252194cd"
}
application/xml, text/xml
Sample:
<ClientIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <ClientId>9603eb09-32e7-4cb0-837d-547f252194cd</ClientId> </ClientIdRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfClientDetailResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | ClientDetailResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.