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": "762c8b64-d045-4f15-a751-9e4b03ac54ba",
"InvoiceID": "f20c723b-8c47-408f-a2d4-e4c9bad6dc2f",
"DiscountCodeID": "f1fcb6b9-b882-4f67-abc9-8636a29e4637",
"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": "0f1abf63-b173-47af-84ff-74772ff2060d",
"InvoiceID": "b759f164-5a42-4908-9dd8-98c8787bd39d",
"DiscountCodeID": "ecd1b4d9-ed84-4a97-a827-cfb74373b8bb",
"Deleted": true
}