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": "8fe0dfd6-b4ba-44d4-b207-4c576e2c8686",
"InvoiceID": "a2c1513b-c7ce-43ce-b600-13fa742fe364",
"DiscountCodeID": "381602be-31d8-458b-bf6c-d4547d618cec",
"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": "d879c011-1187-47d7-b002-bc703d3abebe",
"InvoiceID": "6c47e89c-ec28-4b81-8d94-4a57322a472b",
"DiscountCodeID": "92e21267-ab9a-4b0b-96ec-eb4bf071928f",
"Deleted": true
}