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": "48599133-df0e-4c37-bcce-d3460e706bcc",
"InvoiceID": "6afe9c67-8a2d-4be8-a2b1-63f8f979868d",
"DiscountCodeID": "456c0912-bbf8-4f29-97d9-f9f70c06dd75",
"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": "6bcb5c2c-3816-4c60-9d1d-063704bc6caa",
"InvoiceID": "e6eb9e29-2088-408c-841f-68b502b17e40",
"DiscountCodeID": "2c1150dc-7abc-4ad0-8056-ead278a0d892",
"Deleted": true
}