POST api/Invoice/DeletePMInvoice
Request Information
URI Parameters
None.
Body Parameters
DeletePMInvoiceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PMInvoiceID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PMInvoiceID": 1
}
application/xml, text/xml
Sample:
<DeletePMInvoiceRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PMInvoiceID>1</PMInvoiceID> </DeletePMInvoiceRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.