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": "ba13524d-1399-47ea-b261-107852514dd7",
"InvoiceID": "a43e3e4e-f6a2-4587-ab63-62f52cedeb79",
"DiscountCodeID": "ac11ca9a-506e-40c0-9a0f-0919cad97507",
"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": "7f8caf40-8aa6-47a1-81ab-1ec15b3a0e92",
"InvoiceID": "4bca645e-d710-4473-9a3a-ba738f0b89f5",
"DiscountCodeID": "8a6e44a5-bc75-4799-9fec-d038d7f402f6",
"Deleted": true
}