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": "27f3e839-36fb-4de8-9451-e61f6e5f0aac",
"InvoiceID": "c937964e-dcb3-4b79-afb4-761a3755ff92",
"DiscountCodeID": "fee84878-d9f4-4d62-b830-df48a089fa31",
"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": "eb45ee5d-f9d9-4515-bce9-a522f42c9ec8",
"InvoiceID": "3d3381dd-c1e1-433f-a2ba-a6ce34a08c88",
"DiscountCodeID": "7dba7af8-fc9b-4aac-94e0-6d0ee6709d9f",
"Deleted": true
}