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": "0597d16c-0f28-4a11-80e4-09def1d80065",
"InvoiceID": "c77423e4-d964-4c4b-86b0-44f6b6559f80",
"DiscountCodeID": "99aa6d7a-0d25-4b69-86b9-b407af24ce72",
"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": "0b923343-581f-47f1-98b8-4fbd0147d3ee",
"InvoiceID": "12f62ea2-bddf-4eb6-9fa0-199c8b3619b4",
"DiscountCodeID": "9d581aca-f114-4db4-8f3e-36d2bf0f2241",
"Deleted": true
}