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": "475e0713-66a0-40ce-9f34-6e913013fb2b",
"InvoiceID": "cd0acc2a-e2b4-4492-8ffd-d9352e803477",
"DiscountCodeID": "0e2b33cb-b204-41bf-8483-dccaf71f42a5",
"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": "366273c2-e21e-4cc7-946a-6b801d743045",
"InvoiceID": "c9c1d9ba-cb2f-49ca-85b4-0f3cc67b20c5",
"DiscountCodeID": "07031ea5-c136-4352-9b36-920d55d3f6ee",
"Deleted": true
}