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": "0a30d844-2a45-4e43-99a5-6ab68f4e3dd3",
"InvoiceID": "264345b4-27db-49af-96c3-d13f61c2aeda",
"DiscountCodeID": "856c22e5-50c9-4969-932d-b35557d80139",
"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": "8dd9606a-5bf5-4f1f-986f-613440c6b1b1",
"InvoiceID": "866ed9ee-68d5-45ea-8d7d-569f88241a1c",
"DiscountCodeID": "022e3023-ae21-4d2c-aa1a-d89daa8b231b",
"Deleted": true
}