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": "4ca06010-71ec-4c5f-93d3-7ee0fcd455c7",
"InvoiceID": "4bf200fb-43ee-40ba-a71b-871e8fb279d9",
"DiscountCodeID": "19d16569-ca50-4e87-a69f-fec5e31fffd0",
"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": "6dcd8dda-ceda-4c5e-86a3-da02b6a29413",
"InvoiceID": "38251792-3901-4b24-91f8-051279ca1897",
"DiscountCodeID": "e4f9ee24-9dac-4960-a3a9-a412af2f4ea9",
"Deleted": true
}