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": "55aa5dbc-beed-480a-8211-3adcb3dc9032",
"InvoiceID": "795751ae-7ef1-4a3a-b70a-0f086e92bf28",
"DiscountCodeID": "3b52df59-7b6c-4dc8-b5ed-abba53401e43",
"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": "263cfb26-8171-42c8-ba39-3432a79b2939",
"InvoiceID": "b84b6068-0558-49cc-aa20-c33753f55d26",
"DiscountCodeID": "d13a176b-beed-4556-b696-4c50c10fc071",
"Deleted": true
}