Update a note for 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

integer

required

the Contract ID

id

integer

required

the Note ID

content

string

required

api-version

integer

required

Target API version

``204 No Content

``400 Bad Request

``404 Not found

``406 Not Acceptable

``422 Unprocessable Content

Updated3 months ago


ShellNodeRubyPHPPython

Bearer

Base URL

https://api.dealerware.com/admin/contracts/{contract_id}/notes/{id}

``

xxxxxxxxxx

curl --request PUT \

--url https://api.dealerware.com/admin/contracts/contract_id/notes/id \

--header 'accept: application/json' \

--header 'content-type: application/json' ``

application/json

400404406422

Updated3 months ago