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": "21038fd3-8935-41a1-ac0d-6e7bda925033",
"InvoiceID": "9828e77c-741b-42a3-9a92-95c40461c142",
"DiscountCodeID": "5dd0d35d-6226-424a-abab-7cc8b6bacedc",
"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": "ec417508-ede5-4449-93c7-4164cfe6dc4b",
"InvoiceID": "572a75dd-13a4-4802-8ec2-65bce63ad1a9",
"DiscountCodeID": "17423d97-3772-49cc-931a-d6e874db920a",
"Deleted": true
}