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": "43999f3f-276e-4665-905a-14457f222fd2",
"InvoiceID": "e11be05b-33e3-4c2d-a9c3-3994831496f2",
"DiscountCodeID": "35e28a5f-f915-4152-a586-d5499fca7521",
"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": "d9b243df-d471-4eeb-8b7c-496b6ecb9f60",
"InvoiceID": "8a68e27b-51d1-44b1-b9a9-4107273d5e39",
"DiscountCodeID": "77fc2cb5-4c6b-49f5-96c0-5d36d898829c",
"Deleted": true
}