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": "a24e5d42-5a3a-478b-96e9-261a1dbcba20",
"Code": "sample string 2",
"TrainingTypeID": "4c02937b-12d2-41b8-a415-dc884cdb0ad3",
"TrainingClassID": "5ff62ae5-4327-4b8c-a344-5e72de017b70",
"StartDate": "2026-04-03T09:50:26.5060085-04:00",
"EndDate": "2026-04-03T09:50:26.5060085-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0023cc25-e908-4161-8cfa-01bdf8fc325d",
"Used": true,
"UsedDateTime": "2026-04-03T09:50:26.5060085-04:00",
"InventoryItemID": "6400d314-2f0b-4d92-b9e6-ceec80a4c79e"
},
{
"DiscountCodeID": "a24e5d42-5a3a-478b-96e9-261a1dbcba20",
"Code": "sample string 2",
"TrainingTypeID": "4c02937b-12d2-41b8-a415-dc884cdb0ad3",
"TrainingClassID": "5ff62ae5-4327-4b8c-a344-5e72de017b70",
"StartDate": "2026-04-03T09:50:26.5060085-04:00",
"EndDate": "2026-04-03T09:50:26.5060085-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0023cc25-e908-4161-8cfa-01bdf8fc325d",
"Used": true,
"UsedDateTime": "2026-04-03T09:50:26.5060085-04:00",
"InventoryItemID": "6400d314-2f0b-4d92-b9e6-ceec80a4c79e"
},
{
"DiscountCodeID": "a24e5d42-5a3a-478b-96e9-261a1dbcba20",
"Code": "sample string 2",
"TrainingTypeID": "4c02937b-12d2-41b8-a415-dc884cdb0ad3",
"TrainingClassID": "5ff62ae5-4327-4b8c-a344-5e72de017b70",
"StartDate": "2026-04-03T09:50:26.5060085-04:00",
"EndDate": "2026-04-03T09:50:26.5060085-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0023cc25-e908-4161-8cfa-01bdf8fc325d",
"Used": true,
"UsedDateTime": "2026-04-03T09:50:26.5060085-04:00",
"InventoryItemID": "6400d314-2f0b-4d92-b9e6-ceec80a4c79e"
}
]