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": "5e49e7a5-aee7-4a6a-8459-1e97d0bc3adf",
"Code": "sample string 2",
"TrainingTypeID": "c04a4842-1e0a-4ee8-8d50-89788a7604e9",
"TrainingClassID": "082854df-6493-4f39-8230-4063a066fc98",
"StartDate": "2026-06-05T13:51:19.0540857-04:00",
"EndDate": "2026-06-05T13:51:19.0540857-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1ea9e64d-7332-4751-810f-ca0dfdd4113f",
"Used": true,
"UsedDateTime": "2026-06-05T13:51:19.0540857-04:00",
"InventoryItemID": "1aae110b-ebb5-4311-857b-26bb1249df59"
},
{
"DiscountCodeID": "5e49e7a5-aee7-4a6a-8459-1e97d0bc3adf",
"Code": "sample string 2",
"TrainingTypeID": "c04a4842-1e0a-4ee8-8d50-89788a7604e9",
"TrainingClassID": "082854df-6493-4f39-8230-4063a066fc98",
"StartDate": "2026-06-05T13:51:19.0540857-04:00",
"EndDate": "2026-06-05T13:51:19.0540857-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1ea9e64d-7332-4751-810f-ca0dfdd4113f",
"Used": true,
"UsedDateTime": "2026-06-05T13:51:19.0540857-04:00",
"InventoryItemID": "1aae110b-ebb5-4311-857b-26bb1249df59"
},
{
"DiscountCodeID": "5e49e7a5-aee7-4a6a-8459-1e97d0bc3adf",
"Code": "sample string 2",
"TrainingTypeID": "c04a4842-1e0a-4ee8-8d50-89788a7604e9",
"TrainingClassID": "082854df-6493-4f39-8230-4063a066fc98",
"StartDate": "2026-06-05T13:51:19.0540857-04:00",
"EndDate": "2026-06-05T13:51:19.0540857-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1ea9e64d-7332-4751-810f-ca0dfdd4113f",
"Used": true,
"UsedDateTime": "2026-06-05T13:51:19.0540857-04:00",
"InventoryItemID": "1aae110b-ebb5-4311-857b-26bb1249df59"
}
]