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": "a5a826cf-68eb-45d3-b042-9830ec541145",
"InvoiceID": "f48932a4-58c1-4695-bdb1-40cdd2b76eb4",
"DiscountCodeID": "a2533392-f96c-4c5f-9198-54b815be564b",
"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": "0fc7fd62-cc50-4280-883f-718361ffccc6",
"InvoiceID": "9746b9a3-f8cf-4ece-91bf-e046f78cabd5",
"DiscountCodeID": "db1c0515-fc85-43a1-bbda-8dbc185c67fe",
"Deleted": true
}