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": "ebb217ce-9eeb-4d90-9014-9bdad80be575",
"InvoiceID": "97f214e8-45f0-47b8-891c-363892e847c5",
"DiscountCodeID": "79678885-ef86-42c0-af42-a9c3020d7226",
"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": "ffb5c3b5-de2f-4f3b-92d2-b232923000de",
"InvoiceID": "02de9c95-0fd6-4f5e-8766-82f67a7da54b",
"DiscountCodeID": "65b4acbd-cc43-43b8-80bc-26ae690e02f4",
"Deleted": true
}