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": "da9ea697-5493-4fe8-9de2-712f5d2fa3f7",
"InvoiceID": "272e2d08-2670-4fde-bc32-3cec469a8f98",
"DiscountCodeID": "b547ba41-dbe7-4594-beaa-9b2fa9a49006",
"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": "824765f9-6c1a-417d-8d41-9e30d51f502c",
"InvoiceID": "08b74923-ead4-41df-8a72-ce8fe30d5aab",
"DiscountCodeID": "db7f16cc-c85e-4e5b-948d-55875b525997",
"Deleted": true
}