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": "0729462f-728a-4af1-8d0c-7ba487f03d2d",
"InvoiceID": "89d3cd44-212d-48c4-a053-f23752d5808a",
"DiscountCodeID": "f873ebbb-99cd-49a6-94f4-bb141f65bb18",
"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": "cbbb958d-a1cc-4b24-b158-43add5bedcbe",
"InvoiceID": "5b35d3a3-402a-4483-b4e4-5a49d033c4c3",
"DiscountCodeID": "de6bd455-559a-497d-a175-288aadbe42ac",
"Deleted": true
}