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": "cd8fce4f-8040-4ced-a094-bae8d7c01785",
"InvoiceID": "39db1daa-13ae-4536-bfa3-4896be30fd5d",
"DiscountCodeID": "6ca5a6d2-4b3e-4368-837e-29cefdd8a679",
"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": "60795417-be4e-4b7e-b0b4-891bc87e9bc9",
"InvoiceID": "bda596bd-83fc-42c9-850f-90704dc8f8c1",
"DiscountCodeID": "1219fd9b-fe46-40c4-b457-225c4e3311e5",
"Deleted": true
}