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": "b1500a95-65d5-4119-95f7-2054209795a8",
"InvoiceID": "59de6b13-8df2-4940-a02f-4c44afd433ab",
"DiscountCodeID": "5439446d-442e-4356-889b-dd077f1990b1",
"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": "1300ef33-e528-4ab8-97b6-67b2833e6fdf",
"InvoiceID": "a9c312b7-3e55-4203-8020-b375066bdaa2",
"DiscountCodeID": "2732b814-0bfe-4932-b59a-9333fd872c0f",
"Deleted": true
}