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": "f5455daf-5736-48cd-8d30-92b4ec7994fc",
"InvoiceID": "0ac6143a-325a-42ee-81db-5cd057f7b60e",
"DiscountCodeID": "daecc513-a36a-4c88-b6f1-4196926ef420",
"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": "12a717ab-7f2d-485c-8476-83dab2ae8146",
"InvoiceID": "c5aebd32-1530-4658-9173-a180e39bbc53",
"DiscountCodeID": "39aa2ab4-d96e-4fec-b4c4-16cd751a2924",
"Deleted": true
}