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": "cceeae1f-6108-4576-a11e-25efd07a84e0",
"InvoiceID": "f0ac614f-6598-4dee-9487-c2c14a375625",
"DiscountCodeID": "f4fddf6e-aca8-481f-9af1-98df69746037",
"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": "90598b03-4e68-4176-a26b-8f2762bcf94a",
"InvoiceID": "2bf4c9e7-d381-4142-9e9c-9ff4011e8d3f",
"DiscountCodeID": "fc0d9903-5226-410b-bd22-75ac3699dea7",
"Deleted": true
}