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": "bbe39ed0-9fce-4cf0-be95-f3cf0a046b5a",
"InvoiceID": "8cc5e946-262e-4053-8bfc-e358df7af27a",
"DiscountCodeID": "4944ba77-09f6-4aca-a75f-928e28fab8a2",
"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": "8cb95a48-6759-4617-b31a-303a53993e9d",
"InvoiceID": "74811139-7211-463a-9af0-48fd4f9f294e",
"DiscountCodeID": "d1790281-c411-4194-a43e-0a8c3b2c2757",
"Deleted": true
}