Skip to content

Attach appraiser report

POST /defleet-manager/attach-appraiser-report

Sideload a PDF to the Appraiser reports document category.

{
    "vehicleIdentificationNumber": string,
    "pdfUrl": string
}
{
    "message": string,
    "status": enum
}
Parameter Required Description
vehicleIdentificationNumber This is the primary identifier, and should be your 17 character VIN
pdfUrl 1 The public base64 encoced URL to be sideloaded into the Fleet system. Make sure the URL send, returns a valid HTTP code < 400.

1 One of the following extensions are required: ["jpg", "png", "gif", "jpeg", "pdf"]
Likewise documents must also have a mimetype any of ["image/jpg", "image/png", "image/gif", "image/jpeg", "application/pdf"]