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": "5c7b95c3-1daa-4f78-b626-5b21c163aed0",
"InvoiceID": "4cc28cfd-3e81-4082-bba7-3f51750ffc81",
"DiscountCodeID": "46ed4769-3593-4110-97c7-74ca82636133",
"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": "89630f67-26e6-43f1-8570-a0ec0fffdfde",
"InvoiceID": "6f7da1ac-2528-428b-aead-90de9d3fbe2d",
"DiscountCodeID": "c119983f-8b27-47e6-b6aa-efb5c99d9c42",
"Deleted": true
}