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": "ec21325a-226e-4ed7-97e8-2726489dd29f",
"InvoiceID": "e0f8cdeb-2ba5-4673-88c8-0e00cf6ee9b2",
"DiscountCodeID": "47a7a558-09ac-4823-b0a4-9ea6ea505a5f",
"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": "db393f18-355c-4440-bc89-b103ba5f7912",
"InvoiceID": "4af3f5fe-26b6-4dbb-93c8-c6cf095ca762",
"DiscountCodeID": "0465a4f6-b46f-473d-9a72-8a46cb435056",
"Deleted": true
}