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": "83559668-ebf0-43e0-8ae5-5b1a9bc18c0b",
"InvoiceID": "d3cf96c7-cb3c-46a8-94e0-2f017cf6ece2",
"DiscountCodeID": "55a6d897-f44c-42fa-a3e3-262a17df8215",
"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": "13747618-7fc2-476d-8bec-60b541679db2",
"InvoiceID": "3061a6b6-54c7-447d-9cdc-ac7bd6f11267",
"DiscountCodeID": "1cd357e9-ac64-46cf-8750-2063667952c8",
"Deleted": true
}