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": "2b0bda57-5cb6-4225-9a5c-67bbd067a828",
"InvoiceID": "e4c0536f-4411-4bc0-8b33-0e4207e86dfb",
"DiscountCodeID": "c1cb432c-fe2e-4f89-b08c-b05f44fd0f5e",
"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": "e003fba8-b7d6-4d96-9dba-0df2d52721a7",
"InvoiceID": "1cedc7c7-bbd5-48d2-8012-89c5da9576a1",
"DiscountCodeID": "c0c6acf6-b4fc-4acd-95b9-b15b4d4178b3",
"Deleted": true
}