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": "28b6e920-6491-4b71-aa09-6cd92d8d7852",
"InvoiceID": "4f6d8f78-fc14-4952-b12d-1a782ca7617e",
"DiscountCodeID": "38345523-1949-436a-925f-94e382b8937b",
"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": "40e1e2bf-dd63-4130-8923-e46f7a03cbb6",
"InvoiceID": "40f578b5-4be9-441c-ae06-cbda4f8b79c8",
"DiscountCodeID": "f9c94659-72a3-4dbb-871a-06f7d6e201ba",
"Deleted": true
}