| 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      Unauthorized``
- ``403      Forbidden``
- ``406      Not Acceptable``
- ``415      Unsupported Media Type``
- ``422      Unprocessable Content``

### Sample Request

```curl
curl --request POST \
     --url https://api.dealerware.com/admin/contracts/id/contactless/messages \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Sample Response

```json
{
  "message": "The request has been accepted for processing"
}
```
