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": "16694d6a-f551-4158-ba28-ffcc9ffa4a11",
"InvoiceID": "3333ee14-59db-4e5d-8783-cb4e253e4d2e",
"DiscountCodeID": "0689c1fc-7eeb-4072-be2b-5662905bd167",
"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": "10d10630-d5ba-473e-b235-74b0f99f43ea",
"InvoiceID": "a639e868-7725-4855-8ea8-906accf0519b",
"DiscountCodeID": "fc3fba9a-ace3-474b-8a79-9d6a97001d1d",
"Deleted": true
}