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": "3535ace8-ab32-4408-8d8b-3ad173e4161f",
"InvoiceID": "a3528bfe-8e8d-4453-b8de-48c02ecb0797",
"DiscountCodeID": "11837143-f12f-45c6-9524-a2bde50e2492",
"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": "eea96e61-174f-4f25-914b-5cc2f29dff4a",
"InvoiceID": "c1308756-5912-499a-9df9-c062ce3e822d",
"DiscountCodeID": "31273e90-04eb-4717-b6b8-3586576189f0",
"Deleted": true
}