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": "c2d966c2-cd8e-404e-8976-9ce44945f10c",
"InvoiceID": "3c1acd82-10f2-46fc-921f-dce5f6641188",
"DiscountCodeID": "10ce3534-b4cb-4c36-aefd-baf75dfa37f1",
"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": "d92fe87f-8d20-4006-aa56-6d5ce58e116c",
"InvoiceID": "0cae2721-10ae-45fc-972c-81a9a8616687",
"DiscountCodeID": "8bf7c5cf-2fd8-4e48-8b3b-6a8b57733737",
"Deleted": true
}