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": "37d44d0a-b680-4275-b386-8727fbfacafc",
"InvoiceID": "aa632486-9184-41e3-970d-8116aee6d0bf",
"DiscountCodeID": "bd62eef7-8dd0-4e0d-96d7-01cdb2b01d3a",
"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": "9eb60619-616e-48e6-a907-fc051388a2fc",
"InvoiceID": "370ce915-9df3-4e58-ab35-9afccc29bae7",
"DiscountCodeID": "4d6a6a02-8f49-4fae-a573-4575386298aa",
"Deleted": true
}