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": "5a2b63c9-4e32-49ff-a301-32c746c9b8b2",
"Code": "sample string 2",
"TrainingTypeID": "5611b386-7c8d-4a77-8189-440f95336a5b",
"TrainingClassID": "e564b074-905e-4c84-ad99-a3883c461b7e",
"StartDate": "2026-05-27T16:20:15.735743-04:00",
"EndDate": "2026-05-27T16:20:15.735743-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a3ec7510-3f99-4e23-b4c5-c5346c35f83b",
"Used": true,
"UsedDateTime": "2026-05-27T16:20:15.735743-04:00",
"InventoryItemID": "c6d9c51c-6135-45ff-9bda-facfc34a4152"
},
{
"DiscountCodeID": "5a2b63c9-4e32-49ff-a301-32c746c9b8b2",
"Code": "sample string 2",
"TrainingTypeID": "5611b386-7c8d-4a77-8189-440f95336a5b",
"TrainingClassID": "e564b074-905e-4c84-ad99-a3883c461b7e",
"StartDate": "2026-05-27T16:20:15.735743-04:00",
"EndDate": "2026-05-27T16:20:15.735743-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a3ec7510-3f99-4e23-b4c5-c5346c35f83b",
"Used": true,
"UsedDateTime": "2026-05-27T16:20:15.735743-04:00",
"InventoryItemID": "c6d9c51c-6135-45ff-9bda-facfc34a4152"
},
{
"DiscountCodeID": "5a2b63c9-4e32-49ff-a301-32c746c9b8b2",
"Code": "sample string 2",
"TrainingTypeID": "5611b386-7c8d-4a77-8189-440f95336a5b",
"TrainingClassID": "e564b074-905e-4c84-ad99-a3883c461b7e",
"StartDate": "2026-05-27T16:20:15.735743-04:00",
"EndDate": "2026-05-27T16:20:15.735743-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a3ec7510-3f99-4e23-b4c5-c5346c35f83b",
"Used": true,
"UsedDateTime": "2026-05-27T16:20:15.735743-04:00",
"InventoryItemID": "c6d9c51c-6135-45ff-9bda-facfc34a4152"
}
]