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": "b0b706b6-ec2b-4390-8699-e1b49efc8a94",
"Code": "sample string 2",
"TrainingTypeID": "2369dcf5-a3d1-4417-9939-2ea46c2226e7",
"TrainingClassID": "a22a71ea-b0ca-4a77-be7b-2801441235a1",
"StartDate": "2026-06-15T21:39:46.37429-04:00",
"EndDate": "2026-06-15T21:39:46.37429-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4630cac5-7d91-4b20-9acc-c66429f9dc23",
"Used": true,
"UsedDateTime": "2026-06-15T21:39:46.37429-04:00",
"InventoryItemID": "e8ef6e26-243a-4b48-8880-4ac8e5215d67"
},
{
"DiscountCodeID": "b0b706b6-ec2b-4390-8699-e1b49efc8a94",
"Code": "sample string 2",
"TrainingTypeID": "2369dcf5-a3d1-4417-9939-2ea46c2226e7",
"TrainingClassID": "a22a71ea-b0ca-4a77-be7b-2801441235a1",
"StartDate": "2026-06-15T21:39:46.37429-04:00",
"EndDate": "2026-06-15T21:39:46.37429-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4630cac5-7d91-4b20-9acc-c66429f9dc23",
"Used": true,
"UsedDateTime": "2026-06-15T21:39:46.37429-04:00",
"InventoryItemID": "e8ef6e26-243a-4b48-8880-4ac8e5215d67"
},
{
"DiscountCodeID": "b0b706b6-ec2b-4390-8699-e1b49efc8a94",
"Code": "sample string 2",
"TrainingTypeID": "2369dcf5-a3d1-4417-9939-2ea46c2226e7",
"TrainingClassID": "a22a71ea-b0ca-4a77-be7b-2801441235a1",
"StartDate": "2026-06-15T21:39:46.37429-04:00",
"EndDate": "2026-06-15T21:39:46.37429-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4630cac5-7d91-4b20-9acc-c66429f9dc23",
"Used": true,
"UsedDateTime": "2026-06-15T21:39:46.37429-04:00",
"InventoryItemID": "e8ef6e26-243a-4b48-8880-4ac8e5215d67"
}
]