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": "743316f6-944f-4608-83f6-40493f11cf7e",
"InvoiceID": "a4bc8334-2f8e-4c35-a558-5a7a2591e3d2",
"DiscountCodeID": "90921fd4-ddb9-4f2f-8e79-d2e8e6f50024",
"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": "a82ee1fc-8792-4f90-91c7-2815bd68a8c1",
"InvoiceID": "8139db54-f404-4d4d-87c0-4c7992579456",
"DiscountCodeID": "2dc572ed-ee97-4a01-a25a-b76a00be321d",
"Deleted": true
}