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": "849db2dc-a622-41da-9f48-140b0d69a3b4",
"InvoiceID": "6834a9dd-a6a9-4fd6-b0aa-c00e2cb4a01e",
"DiscountCodeID": "4174bb02-b9b6-4a81-92fb-d6e345ba0f4d",
"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": "381ffacd-9c42-4b30-856f-73f8126206c7",
"InvoiceID": "e061c02a-70c1-4e31-84be-9efca97974c7",
"DiscountCodeID": "82b3d27a-76b2-4a58-9884-f4e8409c4e5e",
"Deleted": true
}