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

Response Codes

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"
}