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": "82b68a10-c11b-4603-a748-f24e74cdd9ca",
"InvoiceID": "8bf7bba0-7c6a-47e2-8852-cda8478e112a",
"DiscountCodeID": "2a42b1cc-5bb6-4d67-9484-87fdf6b5c688",
"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": "3cf4a35e-84bc-4a83-a721-51de8ca9d1fd",
"InvoiceID": "4a3bd202-03fd-48ec-b2bf-0b8ad06a9ca5",
"DiscountCodeID": "8b64d1ad-7184-4277-85d0-5b98600500e5",
"Deleted": true
}