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": "642d8648-adbb-4409-9b91-d3647c3e33ab",
"InvoiceID": "b39444c5-4a03-4301-bf38-0fcae8ee7add",
"DiscountCodeID": "a2b87916-14ff-4b5c-a838-ce62a6aaaede",
"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": "0f81df95-39ca-433d-9d7b-cb35a0a8c808",
"InvoiceID": "fd3e402b-fd75-4369-b5d7-35e2df394c7d",
"DiscountCodeID": "4e22a9bf-4ea2-4213-85a4-14cc3e261629",
"Deleted": true
}