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": "e1ac8634-a984-456a-9ef0-7342d3056f46",
"InvoiceID": "7cada0fc-ab3c-4bb6-b19f-f0a69a91ba9c",
"DiscountCodeID": "a68a575d-057b-430a-95ce-d7d677e91ccd",
"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": "f6da4c9a-b9cd-4cb7-a17a-d985efe97c26",
"InvoiceID": "d2f83ac5-2986-448d-98f0-031b4cd79ade",
"DiscountCodeID": "12d344b6-4af8-4fd6-b478-35fad25ed696",
"Deleted": true
}