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": "38145874-49a0-45b4-b718-5686ea395b9d",
"InvoiceID": "49457111-118d-43df-a08e-2456cd0df8be",
"DiscountCodeID": "0c14d3ac-5e52-431a-94a2-92d7bbba0e12",
"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": "fee8585c-c127-45ba-896e-2c4860e22aa1",
"InvoiceID": "e8dff5b8-98e1-45e1-96f4-4411284641f1",
"DiscountCodeID": "d70c7a19-5913-4cf0-ad5a-377ffae367d9",
"Deleted": true
}