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": "bf8af507-be5d-46f9-8900-b345dcf7d420",
"InvoiceID": "863e1f88-bbb7-4b71-885f-347ead220a83",
"DiscountCodeID": "9e123047-74f1-46b9-9a0e-6ce64921187f",
"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": "54e03f8e-1b93-4ceb-9ad8-e6fab52664e4",
"InvoiceID": "69104386-5264-4088-bbfe-b44fbfc42ac5",
"DiscountCodeID": "73e4cc52-2c96-4c17-bfa4-beeadbf7034a",
"Deleted": true
}