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": "e63b4f87-f954-4029-b220-e15f851645a8",
"InvoiceID": "881fd380-6c3c-45e9-ad1c-8cd4a9741980",
"DiscountCodeID": "4824d96f-c893-432a-85c5-89fb80f6a401",
"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": "ac5b8996-d3b1-4ca9-99e9-1dda5212eff2",
"InvoiceID": "16a655c6-075f-46be-99d4-27815d1ab53b",
"DiscountCodeID": "59ca72de-5d4e-4ed0-a00f-0f1c9798c7d2",
"Deleted": true
}