POST api/event/{id}/call
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
Body Parameters
UpdateContactModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| TimeStamp | string |
None. |
|
| Success | boolean |
None. |
|
| Duration | decimal number |
None. |
|
| Status | string |
None. |
|
| Message | string |
None. |
|
| CustomerEmailResult | Object |
None. |
|
| DealerEmailResult | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"TimeStamp": "sample string 2",
"Success": true,
"Duration": 4.0,
"Status": "sample string 5",
"Message": "sample string 6",
"CustomerEmailResult": {},
"DealerEmailResult": {}
}
application/xml, text/xml
Sample:
<UpdateContactModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TDG.CC.WebService.Models.Event"> <CustomerEmailResult /> <DealerEmailResult /> <Duration>4</Duration> <Id>sample string 1</Id> <Message>sample string 6</Message> <Status>sample string 5</Status> <Success>true</Success> <TimeStamp>sample string 2</TimeStamp> </UpdateContactModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.