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": "db1bd9dc-5bab-4421-b38d-961fcc6e9390",
"InvoiceID": "ce9f8207-51c6-4024-b232-603660ccd640",
"DiscountCodeID": "87eb1173-138b-4b12-a8c5-d9bdbafc38da",
"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": "8db901ce-cec6-4f19-a852-eb36f61ce42d",
"InvoiceID": "a8fd68c5-0af4-4698-b432-52db0ef6942b",
"DiscountCodeID": "90e43ccc-72d2-4a52-bf52-7fe1f82ca15d",
"Deleted": true
}