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": "52f41294-5ea9-4575-be97-2f78e84a23b1",
"InvoiceID": "59384032-abd5-4676-b5f0-90f8b5b8322c",
"DiscountCodeID": "77868ff4-4190-4ad2-a32f-3eb3930189ed",
"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": "3551d54a-3d74-4fbc-8413-d167f03d751b",
"InvoiceID": "ad5a30ed-e093-4e02-9d80-145c0dfe81ba",
"DiscountCodeID": "3aa06b22-867e-4f29-8bc3-1a4a1e8e8d1b",
"Deleted": true
}