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": "d82986a6-7038-4256-aaa5-daf3b0321adb",
"InvoiceID": "3b214a2a-f3cf-40af-a7ed-aac776d015ab",
"DiscountCodeID": "84c7a367-293d-4bdf-879c-08f031e425ef",
"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": "676b3e45-417a-476c-aec0-3b2d52ee892b",
"InvoiceID": "d9c600f3-b4f1-47dc-a1c8-1da359042d17",
"DiscountCodeID": "131bdf38-633e-4d00-8cbc-469893f9145c",
"Deleted": true
}