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": "efb90720-49b3-4dcd-b0f2-5e26ac98be0f",
"Code": "sample string 2",
"TrainingTypeID": "3edb0ca9-eb9a-4e7d-b768-7dd54181e63c",
"TrainingClassID": "2d23b785-a59f-45ef-b024-b82b9d4b72fe",
"StartDate": "2026-07-16T12:41:48.187712-04:00",
"EndDate": "2026-07-16T12:41:48.187712-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e16124be-4400-4ebb-9afd-0dd157f9572e",
"Used": true,
"UsedDateTime": "2026-07-16T12:41:48.187712-04:00",
"InventoryItemID": "e3f0cc60-df0f-4cc1-9ab8-6b2422cacfe2"
},
{
"DiscountCodeID": "efb90720-49b3-4dcd-b0f2-5e26ac98be0f",
"Code": "sample string 2",
"TrainingTypeID": "3edb0ca9-eb9a-4e7d-b768-7dd54181e63c",
"TrainingClassID": "2d23b785-a59f-45ef-b024-b82b9d4b72fe",
"StartDate": "2026-07-16T12:41:48.187712-04:00",
"EndDate": "2026-07-16T12:41:48.187712-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e16124be-4400-4ebb-9afd-0dd157f9572e",
"Used": true,
"UsedDateTime": "2026-07-16T12:41:48.187712-04:00",
"InventoryItemID": "e3f0cc60-df0f-4cc1-9ab8-6b2422cacfe2"
},
{
"DiscountCodeID": "efb90720-49b3-4dcd-b0f2-5e26ac98be0f",
"Code": "sample string 2",
"TrainingTypeID": "3edb0ca9-eb9a-4e7d-b768-7dd54181e63c",
"TrainingClassID": "2d23b785-a59f-45ef-b024-b82b9d4b72fe",
"StartDate": "2026-07-16T12:41:48.187712-04:00",
"EndDate": "2026-07-16T12:41:48.187712-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e16124be-4400-4ebb-9afd-0dd157f9572e",
"Used": true,
"UsedDateTime": "2026-07-16T12:41:48.187712-04:00",
"InventoryItemID": "e3f0cc60-df0f-4cc1-9ab8-6b2422cacfe2"
}
]