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": "4cfe8853-11b2-4e43-89c0-d15dfaff591d",
"InvoiceID": "26b60975-9b2e-4763-b805-9ca72930e3ea",
"DiscountCodeID": "4be380fe-fd3b-4f24-969b-84ee5b25da25",
"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": "70196ab1-ba63-46de-bb8a-f36f39c19da6",
"InvoiceID": "465290cc-31c0-47d5-abf6-6b877ce7e4ef",
"DiscountCodeID": "a8f2e6ee-e071-41a0-8a2c-a547e3c2e679",
"Deleted": true
}