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": "251eb234-2920-488e-a8c2-08d8a46309b1",
"InvoiceID": "7e71f647-40f7-466e-825b-95c7a0eea59f",
"DiscountCodeID": "84cfa066-d1db-48a4-aa9e-804a2c604fdb",
"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": "f5aca6d3-0676-41c2-a272-1ab41dc22d14",
"InvoiceID": "58fefef3-9eba-49ae-918e-e5a0b8ae08d5",
"DiscountCodeID": "e1ff2728-2e33-4e4d-b037-8c699fc21bf8",
"Deleted": true
}