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": "d8ea64c9-b8b8-4272-b595-993d052bd061",
"InvoiceID": "6fb76625-6843-4acf-a3e0-ccd9fc82ba88",
"DiscountCodeID": "92901dea-0a64-49fe-97a1-43fc36791111",
"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": "84103fdd-e720-4f7e-b0e9-9297c0e793b9",
"InvoiceID": "e4bb174e-c968-4cb6-8f1c-9b2efed1e4bb",
"DiscountCodeID": "075c5123-5988-4c2f-96de-13aa44e7702d",
"Deleted": true
}