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": "89a0b9ba-0687-43ab-82ca-3aa8f7e1cf42",
"InvoiceID": "5996b35d-1aec-432f-9b1d-c667cc1f5fcf",
"DiscountCodeID": "8f525c05-da9e-49eb-bb80-70c282818f42",
"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": "3d3c672b-d968-4907-89c7-034cf03442e6",
"InvoiceID": "44897d02-43c7-4ecb-9d4a-23780de03493",
"DiscountCodeID": "99c6a321-bcb3-4e58-9b10-9b6951e71060",
"Deleted": true
}