List Customer Attachment

GET https://{{baseURL}}/api/v2/customer_attachment/?company=1&customer=$id

Request Params

KeyDatatypeRequiredDescription
companynumber
customerstring

Request Body

{"list"=>["1ABC", "2ABC", "3ABC"]}

RESPONSES

status: OK

"{\n  \"id\": integer,\n  \"type\": \"nda_attach\"|\"msa_attach\"|\"additional_attachments\",\n  \"company\": integer,\n  \"file\": \"string\",\n  \"customer\": integer\n}"