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": "fbf05f53-c035-4350-a875-dab1517600f6",
"InvoiceID": "1c8f1b05-5a72-4b70-98a3-0b7b279cc7f8",
"DiscountCodeID": "910e9773-c414-45aa-8e42-0419fccd8805",
"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": "2b771ef3-8613-4676-8bc1-8dfb226c3c94",
"InvoiceID": "77610168-2b9e-47bf-9c69-cc8702cdf8f1",
"DiscountCodeID": "532a572a-756c-4b0a-a15a-2bd07bf87cdc",
"Deleted": true
}