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": "84a88662-06f8-4cec-83bb-341aa5a40da9",
"InvoiceID": "39734b8e-e088-48e0-ab18-bab22ac4134b",
"DiscountCodeID": "64e83c22-1b4b-4fcc-a7aa-185b55efcae5",
"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": "ce3bf4fe-3698-43c3-ba47-5207bceacf7d",
"InvoiceID": "bfb6ac65-c782-432f-b8d5-b7e8dd34abac",
"DiscountCodeID": "e0878e74-ed5d-4e68-a5d1-2886daf0239d",
"Deleted": true
}