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": "d05cb2b2-deda-42fa-a4b6-fac8af06c1f4",
"InvoiceID": "05059866-32a2-41fd-b2d2-c19aaeb58e6a",
"DiscountCodeID": "3bbb4617-0cd6-43a2-a10e-8bc456e5b783",
"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": "5a9ea654-e901-45b0-b921-53b7e40d97f0",
"InvoiceID": "9c27428b-d8cb-43fe-83c2-ba45954aed8e",
"DiscountCodeID": "a4f26e72-9543-47fe-837f-c955c1db916b",
"Deleted": true
}