Get the item attachments of a quotation response based on the quotationId and the supplierId
get
https://api.mercadoe.com/v1/quotations/{quotationId}/suppliers/{supplierId}/replies/items/attachments
Get the list of attachments of all items of a quotation response, providing the quotationId and the supplierId.
Each attachment carries the product of the item it belongs to.
Request
Path Parameters
quotationId
int32
required
the quotation id
supplierId
int32
required
the supplier id
Query Parameters
pageNumber
int32
The page number must be an integer greater than or equal to 1
default:
1pageSize
int32
The page size must be an integer between 1 and 1000
default:
200Responses
200
400
404
OK
Body
application/json
data
array of object
hits
int32 | null
next
string | null