POST v1/Generic/InvoiceSelect

Returns invoice for a customer based on the customer payment record.

Request Information

URI Parameters

None.

Body Parameters

Invoice Select Request object.

InvoiceSelectRequest
NameDescriptionTypeAdditional information
Guid

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Guid": "bf76aed3-f970-4806-bba4-40790c1805cc"
}

application/xml, text/xml

Sample:
<InvoiceSelectRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Guid>bf76aed3-f970-4806-bba4-40790c1805cc</Guid>
</InvoiceSelectRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'InvoiceSelectRequest'.

Response Information

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

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