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": "c77f9a2c-43e1-4f03-82ec-6010bbdad3fe",
"InvoiceID": "6aac9cdf-e3de-4217-a12f-8f08f8fdc6dc",
"DiscountCodeID": "847c56b4-b024-42dc-b99a-81bb502362cc",
"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": "ecc9ef47-edfe-4590-8de0-5efc637672a4",
"InvoiceID": "86d06af9-bc96-4107-a458-be5401c0f85f",
"DiscountCodeID": "ca9b1a72-b730-47a7-8aec-a7d6ec15e609",
"Deleted": true
}