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": "8daae2e8-bbd3-4a52-99c2-694c151fac6c",
"InvoiceID": "c3a1f5b6-d5ba-4b75-bd48-6cf223d28af0",
"DiscountCodeID": "63803d62-d068-400d-a746-e8b39044350f",
"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": "b0c885d4-97ff-4ed7-9d85-4918f1347ad5",
"InvoiceID": "0bcbda7c-e404-43e1-985e-e6dc5817f941",
"DiscountCodeID": "15ae05cf-c521-4c82-a2cb-844050c260bf",
"Deleted": true
}