Create a insurance for a customer

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

customer_id

integer

required

the customer ID

carrier

string

policy_number

string

expires_on

string

required

image

file

api-version

integer

required

Target API version

``201 Created

object

message

string

``401 Unauthorized

``403 Forbidden

``404 Not found

``415 Unsupported Media Type

``422 Unprocessable Content

Updated3 months ago


ShellNodeRubyPHPPython

Bearer

Base URL

https://api.dealerware.com/admin/customers/{customer_id}/insurance


xxxxxxxxxx

curl --request POST \

--url https://api.dealerware.com/admin/customers/customer_id/insurance \

--header 'accept: application/json' \

--header 'content-type: multipart/form-data'

xxxxxxxxxx

{

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

}

Updated3 months ago