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": "cc90ffec-f68a-4a2f-9169-cd4931ba3552",
"InvoiceID": "06ea8e78-2e15-46db-a4f2-2dc4e0efab99",
"DiscountCodeID": "602e23d2-95a6-4437-a860-73e3e2c50abc",
"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": "f3f64d5d-2637-4036-8e0b-2a461a205f05",
"InvoiceID": "d4464f9b-10b9-4ee1-8393-599ebb93f5c7",
"DiscountCodeID": "bcb5cbc9-0c30-4e4e-8e34-b78ea34b27a2",
"Deleted": true
}