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": "8521bbb7-020f-44f1-a848-e6e78799dec9",
"InvoiceID": "7c8f840a-5e7e-4eba-9830-090787205b62",
"DiscountCodeID": "a616ceb2-7472-4eee-8761-c969a578717f",
"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": "f159e7df-949b-410a-84bd-d6af194bdca5",
"InvoiceID": "8c3dc2b3-0c5d-454d-832b-967d8b8a36f6",
"DiscountCodeID": "2d10416b-afd7-4c59-876b-7a2ae28c94cd",
"Deleted": true
}