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": "0ac484d3-3119-4766-8bcd-51fb2d14e85d",
"InvoiceID": "350de1f3-63bd-41c4-a2b1-c6f91414c6f9",
"DiscountCodeID": "8553ab94-51b1-465c-bfca-a7397e239835",
"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": "c1a58f30-8eeb-4c5c-9531-2d6313230282",
"InvoiceID": "64af762d-5250-44cd-8555-4634bc1ac026",
"DiscountCodeID": "004688ef-def1-4c19-bf84-95ba7a77daa9",
"Deleted": true
}