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": "ba446ee7-e5da-44bd-aca4-b55fe2ecf5a5",
"Code": "sample string 2",
"TrainingTypeID": "049a2324-8b9a-43d3-8afd-b468acb8d4e8",
"TrainingClassID": "418e318b-ba38-4bba-b3b3-abcb53fc8e6a",
"StartDate": "2026-08-31T10:25:09.7958414-04:00",
"EndDate": "2026-08-31T10:25:09.7958414-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5636836a-87e8-4f84-86ae-b36e2d731a5d",
"Used": true,
"UsedDateTime": "2026-08-31T10:25:09.7958414-04:00",
"InventoryItemID": "2e58bbdd-8e93-4098-9855-e73d8bf317b3"
},
{
"DiscountCodeID": "ba446ee7-e5da-44bd-aca4-b55fe2ecf5a5",
"Code": "sample string 2",
"TrainingTypeID": "049a2324-8b9a-43d3-8afd-b468acb8d4e8",
"TrainingClassID": "418e318b-ba38-4bba-b3b3-abcb53fc8e6a",
"StartDate": "2026-08-31T10:25:09.7958414-04:00",
"EndDate": "2026-08-31T10:25:09.7958414-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5636836a-87e8-4f84-86ae-b36e2d731a5d",
"Used": true,
"UsedDateTime": "2026-08-31T10:25:09.7958414-04:00",
"InventoryItemID": "2e58bbdd-8e93-4098-9855-e73d8bf317b3"
},
{
"DiscountCodeID": "ba446ee7-e5da-44bd-aca4-b55fe2ecf5a5",
"Code": "sample string 2",
"TrainingTypeID": "049a2324-8b9a-43d3-8afd-b468acb8d4e8",
"TrainingClassID": "418e318b-ba38-4bba-b3b3-abcb53fc8e6a",
"StartDate": "2026-08-31T10:25:09.7958414-04:00",
"EndDate": "2026-08-31T10:25:09.7958414-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5636836a-87e8-4f84-86ae-b36e2d731a5d",
"Used": true,
"UsedDateTime": "2026-08-31T10:25:09.7958414-04:00",
"InventoryItemID": "2e58bbdd-8e93-4098-9855-e73d8bf317b3"
}
]