List Contract Attachment
GET https://{{baseURL}}/api/v2/contract_attachment/?company=1&asset=$id
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
company | number | ||
asset | string |
Request Body
{"list"=>["1ABC", "2ABC", "3ABC"]}
RESPONSES
status: OK
"{\n \"id\": integer,\n \"type\": \"attachments\",\n \"company\": integer,\n \"file\": \"string\",\n \"contract\": integer\n }"