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": "7e706ed5-00bc-4c11-a672-8986faa5120f",
"InvoiceID": "d154dfc4-fee6-47cc-bb49-f4632afee376",
"DiscountCodeID": "bf2817f4-f605-43f5-81e5-0a83799b961d",
"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": "e92afef6-0faf-4ddc-b27d-93964e76efd0",
"InvoiceID": "6a32dab2-812c-4498-a2ce-9df4cfaf4fed",
"DiscountCodeID": "01676f1b-8967-476e-99a0-32a2571d945f",
"Deleted": true
}