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": "1227a661-1c7f-452a-be02-ed0d9f3ffa7e",
"InvoiceID": "603d6614-ba68-49a8-be12-67b21e1b234f",
"DiscountCodeID": "ab102df0-c95e-4626-a7f9-c5111b644bcc",
"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": "4ee0d3cb-6258-4e12-b6de-f502b77e9e58",
"InvoiceID": "1a4e7304-b245-43ee-a9c0-bd91c2e2643a",
"DiscountCodeID": "9e342962-dddc-4f46-800b-a4a0f997d3fc",
"Deleted": true
}