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": "43487847-e0a9-482e-a813-4185218e9445",
"InvoiceID": "214ebe60-4a58-4d12-b78d-dc6916807056",
"DiscountCodeID": "65281de8-ddc3-4e01-bf35-e1a03042db41",
"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": "2b5a4a01-1729-407c-aeee-98d5f0ef1821",
"InvoiceID": "1f6eee2c-ea6e-42f1-aaeb-221feb96aa83",
"DiscountCodeID": "af0474d8-c30b-4b11-b58b-4299748f547d",
"Deleted": true
}