Creates a new signature associated with a contactless contract

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

UUID

string
required
The uuid token (reservation confirmation token) of the contactless contract

Image

file
required

Fuel Percentage

float
Optional fuel percentage for lazy contactless cache creation.

Odometer

object
Optional odometer for lazy contactless cache creation.

API Version

integer
required
Target API version

Response Codes

201 Created

object
message
string

400 Bad Request

406 Not Acceptable

415 Unsupported Media Type

Example Request

curl --request POST \
     --url https://api.dealerware.com/contracts/contactless/uuid/signatures \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Example Response

{
  "message": "The request has been fulfilled and has resulted in a new resource being created"
}