Create a Signature Image for the Driver
| 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 contract's UUID
id
integer
required
The driver's ID
image
string
required
Driver Signature Base64 Image
api-version
integer
required
Target API version
201
Success
# 404 Not found
# 415 Unsupported Media Type
# 422 Unprocessable Content
Updated3 months ago
* * *
ShellNodeRubyPHPPython
Bearer
Base URL
https://api.dealerware.com/contracts/contactless/{uuid}/drivers/{id}/signatures
```
xxxxxxxxxx
curl --request POST \
--url https://api.dealerware.com/contracts/contactless/uuid/drivers/id/signatures \
--header 'accept: application/json' \
--header 'content-type: application/json'
```