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": "da96134d-d8bf-42bd-a5d7-fb1cd9b87db7",
"Code": "sample string 2",
"TrainingTypeID": "ab8bdcba-8ff6-4b63-bae7-512d7c894337",
"TrainingClassID": "461967f9-e9b1-4b80-ae51-045a13108727",
"StartDate": "2026-09-07T12:01:32.4543287-04:00",
"EndDate": "2026-09-07T12:01:32.4543287-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9b1eaf7e-c6a7-4dd5-9220-f381dc507061",
"Used": true,
"UsedDateTime": "2026-09-07T12:01:32.4543287-04:00",
"InventoryItemID": "d17dbefb-5ce0-4b2a-a69a-462b9cdc13ba"
},
{
"DiscountCodeID": "da96134d-d8bf-42bd-a5d7-fb1cd9b87db7",
"Code": "sample string 2",
"TrainingTypeID": "ab8bdcba-8ff6-4b63-bae7-512d7c894337",
"TrainingClassID": "461967f9-e9b1-4b80-ae51-045a13108727",
"StartDate": "2026-09-07T12:01:32.4543287-04:00",
"EndDate": "2026-09-07T12:01:32.4543287-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9b1eaf7e-c6a7-4dd5-9220-f381dc507061",
"Used": true,
"UsedDateTime": "2026-09-07T12:01:32.4543287-04:00",
"InventoryItemID": "d17dbefb-5ce0-4b2a-a69a-462b9cdc13ba"
},
{
"DiscountCodeID": "da96134d-d8bf-42bd-a5d7-fb1cd9b87db7",
"Code": "sample string 2",
"TrainingTypeID": "ab8bdcba-8ff6-4b63-bae7-512d7c894337",
"TrainingClassID": "461967f9-e9b1-4b80-ae51-045a13108727",
"StartDate": "2026-09-07T12:01:32.4543287-04:00",
"EndDate": "2026-09-07T12:01:32.4543287-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9b1eaf7e-c6a7-4dd5-9220-f381dc507061",
"Used": true,
"UsedDateTime": "2026-09-07T12:01:32.4543287-04:00",
"InventoryItemID": "d17dbefb-5ce0-4b2a-a69a-462b9cdc13ba"
}
]