GET v1/invoices/{id}/attachments/{attachmentId}

Downloads an invoice's attachment specified by attachment id and invoice id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

invoice 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.