GET v1/sales-orders/{id}/attachments/{attachmentId}

Downloads a sales order's attachment specified by attachment id and sales order id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Sales order id to which the attachment belongs to

integer

Required

attachmentId

ID for the attachement that needs download

integer

Required

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.