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": "6309b0e3-1235-4250-b4c9-40b4b2962ef0",
"InvoiceID": "b396d88f-c6a8-472e-8fc3-64dba2d0b011",
"DiscountCodeID": "292a60af-79fb-4b26-b98d-f0cdf9b9b23f",
"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": "b66eb09b-a1d0-4f80-b097-0a631baac648",
"InvoiceID": "13ecc31b-f888-4082-9586-d5ebf0b18778",
"DiscountCodeID": "e27f3699-5aee-4e9d-9558-72fae7fd78b7",
"Deleted": true
}