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": "63fb353b-5c75-4de9-a22a-89aa495f1013",
"InvoiceID": "b2cf4f27-388f-4c90-89fd-75b2eaf1dfc9",
"DiscountCodeID": "6b7e5a5b-2bd4-412b-969f-f15726094713",
"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": "6e57d57e-41c2-4880-9e3a-32ca53623f3f",
"InvoiceID": "4800c51c-c83a-4a30-ae79-7065a3207ea9",
"DiscountCodeID": "b2bbde02-1986-44f7-a472-b076f90c2675",
"Deleted": true
}