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": "addcc74d-16e9-4cc1-8d73-dfa5ed785ef2",
"InvoiceID": "bdad0b7e-5522-4953-a58a-5d04909d5fd3",
"DiscountCodeID": "5b69825f-086e-42e0-89eb-73dc3073ab4f",
"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": "ad7e8e5c-6618-48f3-8806-05432fe9456c",
"InvoiceID": "3ecf6a97-faaa-4eb9-98fb-3b577c6f637c",
"DiscountCodeID": "34cc9179-0495-4aaa-8fed-06325a381b4e",
"Deleted": true
}