GET api/invoice/{invoiceid}/DiscountCode/{code}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| invoiceid | No documentation available. |
Define this parameter in the request URI. |
| code | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"DiscountCodeID": "d50bd0d2-70a6-46cc-9c1b-a52f67acc0e1",
"Code": "sample string 2",
"TrainingTypeID": "eeb384fd-3674-464a-be40-4d23cf8388a6",
"TrainingClassID": "23cfddda-71fd-4303-a892-8b98dcfc0232",
"StartDate": "2026-08-05T02:41:15.5347169-04:00",
"EndDate": "2026-08-05T02:41:15.5347169-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "32cf5fa2-b51d-449e-beb8-2a3e66ce81ac",
"Used": true,
"UsedDateTime": "2026-08-05T02:41:15.5347169-04:00",
"InventoryItemID": "341ad5a3-63e2-49fa-92cf-be467d82371b"
},
{
"DiscountCodeID": "d50bd0d2-70a6-46cc-9c1b-a52f67acc0e1",
"Code": "sample string 2",
"TrainingTypeID": "eeb384fd-3674-464a-be40-4d23cf8388a6",
"TrainingClassID": "23cfddda-71fd-4303-a892-8b98dcfc0232",
"StartDate": "2026-08-05T02:41:15.5347169-04:00",
"EndDate": "2026-08-05T02:41:15.5347169-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "32cf5fa2-b51d-449e-beb8-2a3e66ce81ac",
"Used": true,
"UsedDateTime": "2026-08-05T02:41:15.5347169-04:00",
"InventoryItemID": "341ad5a3-63e2-49fa-92cf-be467d82371b"
},
{
"DiscountCodeID": "d50bd0d2-70a6-46cc-9c1b-a52f67acc0e1",
"Code": "sample string 2",
"TrainingTypeID": "eeb384fd-3674-464a-be40-4d23cf8388a6",
"TrainingClassID": "23cfddda-71fd-4303-a892-8b98dcfc0232",
"StartDate": "2026-08-05T02:41:15.5347169-04:00",
"EndDate": "2026-08-05T02:41:15.5347169-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "32cf5fa2-b51d-449e-beb8-2a3e66ce81ac",
"Used": true,
"UsedDateTime": "2026-08-05T02:41:15.5347169-04:00",
"InventoryItemID": "341ad5a3-63e2-49fa-92cf-be467d82371b"
}
]