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": "d6d0ca66-7e66-4f64-83b2-fe2e7c7a3eb4",
"InvoiceID": "13f8f56c-1726-4531-9b54-ab2be89206b3",
"DiscountCodeID": "56bec4a6-2d87-4f1d-bb50-2b316c1ce204",
"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": "d0913ee8-8a89-4c79-8cd4-8585daf33693",
"InvoiceID": "b701aa7d-0c99-4762-afae-767a9d360018",
"DiscountCodeID": "f82bd9da-707a-43bf-a5fa-d772a148e592",
"Deleted": true
}