POST api/error-callback/{coid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| coid | string |
Required |
Body Parameters
KeylessErrorCallbackNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| gateway_id | string |
None. |
|
| device_id | string |
None. |
|
| code_name | string |
None. |
|
| errDesc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"gateway_id": "sample string 1",
"device_id": "sample string 2",
"code_name": "sample string 3",
"errDesc": "sample string 4"
}
application/xml, text/xml
Sample:
<KeylessErrorCallbackNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CallBackAPI.Models"> <code_name>sample string 3</code_name> <device_id>sample string 2</device_id> <errDesc>sample string 4</errDesc> <gateway_id>sample string 1</gateway_id> </KeylessErrorCallbackNotification>
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. |