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": "5f05af87-4ce6-4f24-8696-c1295c6b5a89",
"InvoiceID": "78557b61-8e65-41ed-b1a7-b1f734c37d9b",
"DiscountCodeID": "ecf9be6f-7fea-4335-b345-ad97f2971c39",
"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": "c44f126a-832e-47bb-9791-a203a9a78d7b",
"InvoiceID": "a6889367-743c-4bad-8e5f-cbb76808d0ac",
"DiscountCodeID": "81f170bd-894f-4f31-a59b-ba87b8bcefc7",
"Deleted": true
}