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": "633a90c9-62f2-4290-af8d-7b1c8354736a",
"InvoiceID": "cc406d07-386a-41cb-ac38-90635505e2a7",
"DiscountCodeID": "61f22ee2-a9a1-460c-b167-1c3747d0089b",
"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": "f3bdd75d-6a8a-43d9-899e-d0bdcabe1aed",
"InvoiceID": "e19a48a0-fc4e-4a78-a218-9d611443b6f8",
"DiscountCodeID": "5d8fa5c2-2e44-4ee8-abad-ed948dac6e8a",
"Deleted": true
}