Password
Reset dealer's password.
Authorizations
Path parameters
idall ofRequired
The unique ID of dealer.
stringOptionalExample: 
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwBody
passwordstringOptional
The password of dealer.
Responses
200
OK
No content
4XX
Error
post
/dealers/{id}/passwordPOST /api/dealers/{id}/password HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 19
{
  "password": "text"
}No content
