Attach a document to a claim

Uploads a supporting document (up to 10MB) to an existing claim. Accepted file types include photos of damage and proof of value. The claim must exist before attaching files.

Headers

AuthorizationstringRequired

EX: “Basic dXNlcm5hbWU6cGFzc3dvcmQ=”

API_KEYstringRequired

EX: “B30BBEC3-8086-49B6-9893-2FCD31FA2BBF”

Request

This endpoint expects an object.
FileNamestringRequired
File name of the document to attach. Extension is required.
DocTypeenumRequired

What type of document are you attaching? UNKNOWN=0; LABEL=1; PHOTO_ITEM=2; INVOICE_RECEIPT=3; MEMO=4; REPAIR_ESTIMATE=5; POLICE_REPORT=6; AFFIDAVIT=7; SHIPMENT_REPORT=8; CARRIER_TRACKING=9; CARRIER_CLAIM_DOC=10; CARRIER_CLAIM_CHECK=11; CARRIER_CORRESPONDANCE=12; CLIENT_CORRESPONDANCE=13; DAMAGE_PHOTO=14; PACKAGING_PHOTO=15; INVESTIGATORS_REPORT=16; SURVEILANCE_RECORDING=17; DEPOSIT_SLIP=18; RECPIENT_CORRESPONDANCE=19; OTHER=100; VIDEO_OTHER=101;

Base64ContentsstringRequired
Base64 encoded file contents.
DescriptionstringOptional
Description of the document.
ClaimIdintegerOptional
You must include the ClaimId, ShipmentId or ShipmentGid
ShipmentIdintegerOptional
You must include the ShipmentId, ClaimId or ShipmentGid
ShipmentGidstringOptional
You must include the ShipmentGid, ClaimId or ShipmentId

Response

Returned if there are no http error.

Errors

400
Bad Request Error
404
Not Found Error