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": "8769fb34-e70b-44b1-991f-f38e4fb1195f",
"InvoiceID": "a5b46f3a-a476-46ec-9855-f0af44d06f94",
"DiscountCodeID": "1a7f729b-4982-4605-8454-0aadbbf07856",
"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": "4b1b683f-0ba9-47c0-b0da-4a2eaa8032d1",
"InvoiceID": "77ef327a-1b39-4eb5-a22d-4ff2ee7563c1",
"DiscountCodeID": "270a8b96-47ed-47d3-8b9a-166223acc4e3",
"Deleted": true
}