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": "7c9eeb12-31e8-4ba8-81ba-18fed3de5444",
"InvoiceID": "03d774f5-d6c4-46a2-b123-e9117ee1db4b",
"DiscountCodeID": "0210b4d2-267e-4078-8c3d-f84943f43431",
"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": "3896aec7-3f00-4510-a9e4-0987b7663e82",
"InvoiceID": "b24ffe74-4c81-4262-9508-5e1c712806d3",
"DiscountCodeID": "84cb0426-80d2-414b-aced-6edfa4ba4a9d",
"Deleted": true
}