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": "1d8cff80-cf19-4d81-a091-858e84241b76",
"InvoiceID": "bc4235ff-b36a-4d67-9ba2-298d0a2aed61",
"DiscountCodeID": "6498198e-84a1-4115-9e16-b27a9c316907",
"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": "4ab0991e-6b81-4ac4-9610-0943e89c3793",
"InvoiceID": "39b775fd-335e-4b27-9182-7b6df33f3a97",
"DiscountCodeID": "6d2138fb-2963-432c-a4da-69123cc3cbb2",
"Deleted": true
}