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": "72f492b6-af05-4dcc-8143-ee0041da7bfb",
"InvoiceID": "c6367a85-9d7e-4adb-a40e-c4949793291a",
"DiscountCodeID": "2d8afeb2-1c00-4133-ac40-da61bd0763d0",
"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": "688313f7-927f-4980-b528-53b8eda9cebc",
"InvoiceID": "7e4baba8-d878-448e-a108-98023476d423",
"DiscountCodeID": "95942db9-b810-4d4d-b9a2-157a6740971b",
"Deleted": true
}