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": "32109707-f854-468c-902c-5133b160e304" }
application/xml, text/xml
Sample:
<InvoiceSelectRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Guid>32109707-f854-468c-902c-5133b160e304</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>