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": "2a4c473c-af92-4a0a-84e7-22774b87ac5e",
"InvoiceID": "08e80401-c496-4302-bd8e-1919167a3733",
"DiscountCodeID": "e36f4ff1-b03a-4f0e-b86c-9b8278ddf7ac",
"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": "c01f38d3-1229-4358-be42-267f7dd62c86",
"InvoiceID": "b8d9aaf5-12c9-4701-aec5-a6ded4eba6e4",
"DiscountCodeID": "dfffef0f-8100-444c-b4d5-41710e19e854",
"Deleted": true
}