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": "e1e1d13a-899d-4165-a51b-169301e2b103",
"InvoiceID": "379795c9-f756-4d36-be54-86525769f85a",
"DiscountCodeID": "9bdbc700-9a99-47d0-b9ff-14063fc5f02b",
"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": "765a80be-0765-46f3-b06b-2d8213be35e0",
"InvoiceID": "9df5c09b-c16c-4b58-bbb4-599bf77282b6",
"DiscountCodeID": "ad6a7016-4039-462f-b330-99d423cb6b14",
"Deleted": true
}