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": "4340f18d-c7f8-46c6-b93e-460fc02d6720",
"InvoiceID": "34323c9b-60eb-4de0-8b4b-e0e8b7c75025",
"DiscountCodeID": "306958a8-ccf2-4f3f-bc8a-89452569eac9",
"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": "e30446a9-17a4-46ee-b706-5fef22918382",
"InvoiceID": "98036ddd-09f7-4658-9d73-8b14b9ba5c87",
"DiscountCodeID": "48e2f2dc-7d3f-464b-aa52-e6457b11d42c",
"Deleted": true
}