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": "76b0c38b-c231-4636-a6d2-00bc435967ca",
"InvoiceID": "7e446335-6673-4209-a25e-7a3ffbbbdbda",
"DiscountCodeID": "d45ce5d2-c32f-45f8-89d2-83145b824c88",
"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": "af789da5-b5cd-4d1f-aac3-fddb48aac90a",
"InvoiceID": "071bcd9c-7c58-42b3-bd4a-73381e9fd19a",
"DiscountCodeID": "fd9768c2-6685-4d99-97ea-e3f4d6071103",
"Deleted": true
}