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": "a79d9007-7118-481a-a481-ea9beb03ba89",
"InvoiceID": "6a0621e7-343c-4db3-896f-57518e810b1e",
"DiscountCodeID": "e906aff9-82dc-4d67-9199-5b50fa3a3271",
"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": "bbf96e3d-8b9b-4134-b623-e17629ac3965",
"InvoiceID": "a6b4c395-d937-402d-b49b-6b1abb1997e0",
"DiscountCodeID": "220aa440-7a50-45cc-a581-fef986378306",
"Deleted": true
}