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": "3c6ca909-3ca2-4949-a00b-f6c975412b15",
"InvoiceID": "348903be-602b-4e0b-a245-bf388b6d17b3",
"DiscountCodeID": "a5fc1f56-d2cd-4da2-ad48-98e0a455bc4d",
"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": "206a73de-24c5-49f6-9577-561b990a2414",
"InvoiceID": "8a8eedcc-4f72-4330-9728-9f4171eede71",
"DiscountCodeID": "15d006e5-ba11-47d5-9395-35dbf2a447ac",
"Deleted": true
}