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": "65a51ed1-3f02-4c8a-a965-f6f7a44aefab",
"InvoiceID": "4e47a2dd-fecb-4e14-8946-33af42d0fb7a",
"DiscountCodeID": "9873ec5e-8190-46ce-8989-220666ea01ac",
"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": "29f708dd-a482-4e1c-a13f-ba21836da482",
"InvoiceID": "5b63a27c-a8a7-485c-9691-45fc58254e4d",
"DiscountCodeID": "2a0a49aa-2445-402c-91e9-3bc55b4f263c",
"Deleted": true
}