POST v1/Generic/InvoiceSelect

Request Information

URI Parameters

None.

Body Parameters

InvoiceSelectRequest
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

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