POST v1/Generic/InvoiceSelect
Request Information
URI Parameters
None.
Body Parameters
InvoiceSelectRequestName | Description | Type | Additional information |
---|---|---|---|
Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Guid": "ad322722-3c85-4da7-9f1c-e98769a81814" }
application/xml, text/xml
Sample:
<InvoiceSelectRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Guid>ad322722-3c85-4da7-9f1c-e98769a81814</Guid> </InvoiceSelectRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>