OPTIONS api/Event/GetAssistancePhone
Request Information
URI Parameters
None.
Body Parameters
AssistanceDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiKey | globally unique identifier |
None. |
|
| TranId | globally unique identifier |
None. |
|
| AssistancePhone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApiKey": "d0b9160e-8ab2-4880-8bc0-73bcf99bfe2e",
"TranId": "619a6e0e-59e6-4afe-a0ad-8d0e1f1da062",
"AssistancePhone": "sample string 3"
}
application/xml, text/xml
Sample:
<AssistanceDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Connect.Model"> <ApiKey>d0b9160e-8ab2-4880-8bc0-73bcf99bfe2e</ApiKey> <AssistancePhone>sample string 3</AssistancePhone> <TranId>619a6e0e-59e6-4afe-a0ad-8d0e1f1da062</TranId> </AssistanceDataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |