DELETE v1/Generic/InvoiceDelete
Request Information
URI Parameters
None.
Body Parameters
DeleteInvoiceRequestModelName | Description | Type | Additional information |
---|---|---|---|
InvoiceID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "InvoiceID": 1 }
application/xml, text/xml
Sample:
<DeleteInvoiceRequestModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <InvoiceID>1</InvoiceID> </DeleteInvoiceRequestModel>
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>