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": "1659fce3-e5ba-4ead-a8ad-9cfc4b9e55d3",
"InvoiceID": "b11a4c3f-cdb7-4198-aa9a-9560dfadfbe7",
"DiscountCodeID": "7587d5dd-23a9-4632-8aaa-491b59407229",
"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": "d9389433-7b9a-4391-8fe4-e789c273fc45",
"InvoiceID": "260b86f3-06c3-45f0-9a59-715b32296f12",
"DiscountCodeID": "9021fe06-46ac-4580-83f6-383ccd1d1f55",
"Deleted": true
}