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": "fa3bd4e9-732e-4233-833f-545b0dc8b27e",
"InvoiceID": "eb4c804f-471a-4dc2-9947-21a70b239c8e",
"DiscountCodeID": "19401aca-b822-40c4-aa14-4a6f54a8c307",
"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": "25d2d16d-55d0-4692-84f3-5d78f150e813",
"InvoiceID": "df933aa8-db67-461f-9145-f084de208180",
"DiscountCodeID": "088ead81-b8d2-4b91-8bcb-82a3514cad3b",
"Deleted": true
}