GET api/GetInvoicePODs

Request Information

URI Parameters

None.

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

InvoicePodsDto
NameDescriptionTypeAdditional information
InvoiceId

integer

None.

PodImages

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "InvoiceId": 1,
  "PodImages": "QEA="
}

application/xml, text/xml

Sample:
<InvoicePodsDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <InvoiceId>1</InvoiceId>
  <PodImages>QEA=</PodImages>
</InvoicePodsDto>