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": "ce3a9ef3-e5d6-4c94-8df6-86f8953b1ff8",
"InvoiceID": "0cfbb247-d41f-4821-8541-ac54956c0bb6",
"DiscountCodeID": "c427ba15-90e4-400d-88bc-71c02eabc4da",
"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": "964b2c8d-ab1e-48b8-82cf-3f0400854a0e",
"InvoiceID": "a017564d-5a59-4995-a4e0-8a1b6be5225e",
"DiscountCodeID": "19785f01-d6ed-4c6a-9053-1ff2995f3233",
"Deleted": true
}