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": "9908b8ef-a24a-4bf5-a378-90e953ab7739",
"InvoiceID": "64457f3c-ffd1-4667-9189-99f3d5d2168f",
"DiscountCodeID": "d61976ac-a11d-4c3e-8dc8-ccc13250d80e",
"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": "c9b21360-934d-4f3a-87db-174cc1f32b42",
"InvoiceID": "ae35da66-123f-4bc9-ba2f-ce8f9a1d0d89",
"DiscountCodeID": "5a458849-25a8-4b0e-bbbc-cd8fa6cfb809",
"Deleted": true
}