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": "1e58e7df-3447-45d5-88ec-cd1e6f4c93a1",
"InvoiceID": "5f8810a8-a93c-43e8-9009-c19076bafe76",
"DiscountCodeID": "28bc651f-f247-4ef4-bb5f-ad9cd3a1deee",
"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": "b6437179-6962-44ec-9646-5a5819e1200e",
"InvoiceID": "650b1e8f-ea59-48fd-9c29-ca9b33087c1b",
"DiscountCodeID": "da179868-ae56-4903-a06d-1236cbac9e21",
"Deleted": true
}