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": "31071c6e-0a8b-4b86-aa67-cac67d754077",
"Code": "sample string 2",
"TrainingTypeID": "878f7e55-dab3-4011-be98-9584d44cbcd7",
"TrainingClassID": "9dd101ef-c0a0-4861-9d46-f15e09c416e5",
"StartDate": "2026-07-25T22:49:29.4638801-04:00",
"EndDate": "2026-07-25T22:49:29.4638801-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "943f18ff-7ae4-4358-b6ed-1a028b4bd543",
"Used": true,
"UsedDateTime": "2026-07-25T22:49:29.4638801-04:00",
"InventoryItemID": "1e3bb545-44af-4c8a-af14-286b6300cca1"
},
{
"DiscountCodeID": "31071c6e-0a8b-4b86-aa67-cac67d754077",
"Code": "sample string 2",
"TrainingTypeID": "878f7e55-dab3-4011-be98-9584d44cbcd7",
"TrainingClassID": "9dd101ef-c0a0-4861-9d46-f15e09c416e5",
"StartDate": "2026-07-25T22:49:29.4638801-04:00",
"EndDate": "2026-07-25T22:49:29.4638801-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "943f18ff-7ae4-4358-b6ed-1a028b4bd543",
"Used": true,
"UsedDateTime": "2026-07-25T22:49:29.4638801-04:00",
"InventoryItemID": "1e3bb545-44af-4c8a-af14-286b6300cca1"
},
{
"DiscountCodeID": "31071c6e-0a8b-4b86-aa67-cac67d754077",
"Code": "sample string 2",
"TrainingTypeID": "878f7e55-dab3-4011-be98-9584d44cbcd7",
"TrainingClassID": "9dd101ef-c0a0-4861-9d46-f15e09c416e5",
"StartDate": "2026-07-25T22:49:29.4638801-04:00",
"EndDate": "2026-07-25T22:49:29.4638801-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "943f18ff-7ae4-4358-b6ed-1a028b4bd543",
"Used": true,
"UsedDateTime": "2026-07-25T22:49:29.4638801-04:00",
"InventoryItemID": "1e3bb545-44af-4c8a-af14-286b6300cca1"
}
]