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": "365e73db-daf2-402d-8aa0-0492f774566f",
"InvoiceID": "469fab78-144c-46e0-8e9a-1c1936d9aa27",
"DiscountCodeID": "7ed30106-fbb8-4a8a-9da2-7fc0cae2e4e5",
"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": "eafd8bab-85d7-47a5-9cd3-10df5b504edd",
"InvoiceID": "c3cf9181-db12-441e-a2a4-3525bfeebba5",
"DiscountCodeID": "5e1baa5e-1eb1-482d-89f4-42577a1cc2ad",
"Deleted": true
}