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": "90175059-e2cd-434a-89f8-7426fabcdd81"
}

application/xml, text/xml

Sample:
<InvoiceSelectRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Guid>90175059-e2cd-434a-89f8-7426fabcdd81</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>