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": "b236c252-0ec9-4096-9e04-78ccc72facc2",
"InvoiceID": "5dcbe08e-db9a-4bcb-97c8-c4f61a328de5",
"DiscountCodeID": "e4f3a645-ba3a-4b10-aa48-2c61ff01f965",
"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": "42b50d36-54b6-4594-a8f9-c578e222a194",
"InvoiceID": "ef755f66-5459-45d9-a531-b6fb81f4fc3c",
"DiscountCodeID": "51f30046-0878-45c9-8b8e-68b9a702f51c",
"Deleted": true
}