POST api/InvoiceDiscountCode
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoice_discountcode | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Invoice_DiscountCodeID": "175a377a-81c8-49f1-856f-c07942fbb73f",
"InvoiceID": "fa99f7cf-4cf3-43d3-baf9-ac6be9bf2bcd",
"DiscountCodeID": "3432a881-2448-4c29-8a22-721c1e4e07d7",
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Invoice_DiscountCodeID": "ae6ca57e-aa8c-4c22-ae23-765edbe53fdd",
"InvoiceID": "d5795336-e983-49fa-be25-a8dfc2ff4ea0",
"DiscountCodeID": "87dae983-c7c9-44c8-80c2-980e5d2f7d27",
"Deleted": true
}