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": "5cfa4217-6f9c-4218-9956-1d6b652e2d97",
"InvoiceID": "6f771ec3-355b-4113-848d-c140749e3a97",
"DiscountCodeID": "eee13982-ab77-4259-b6a4-1d6f85c33af0",
"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": "4bb4a17a-71d7-43ab-9b0f-b69b88f7cecf",
"InvoiceID": "803ca231-d1b2-47a3-9476-132b2addacc8",
"DiscountCodeID": "d6f765da-9291-4985-9de1-dfe53a7b7903",
"Deleted": true
}