Creates a contactless text message associated with a contract
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Contract ID
- id: integer (required) - The id of the contract
- fuel_percentage: double
- odometer: object
- api-version: integer (required) - Target API version
Response Codes
202 Accepted:- message: string
401 Unauthorized403 Forbidden406 Not Acceptable415 Unsupported Media Type422 Unprocessable Content
Sample Request
curl --request POST \
--url https://api.dealerware.com/admin/contracts/id/contactless/messages \
--header 'accept: application/json' \
--header 'content-type: application/json'
Sample Response
{
"message": "The request has been accepted for processing"
}