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": "505d262f-5a4c-495b-bac8-ad15c6977ef9",
"Code": "sample string 2",
"TrainingTypeID": "58e57576-aa8e-493f-ba50-8483b5fc474c",
"TrainingClassID": "0144c2e8-7b45-4b53-bdc8-0f5b081685ea",
"StartDate": "2026-08-20T23:32:24.9376183-04:00",
"EndDate": "2026-08-20T23:32:24.9376183-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6e1a45cc-e1c8-4f82-bad8-17465b1e6aa5",
"Used": true,
"UsedDateTime": "2026-08-20T23:32:24.9376183-04:00",
"InventoryItemID": "d30aca52-8b78-4d04-a643-01ae7437c9c3"
},
{
"DiscountCodeID": "505d262f-5a4c-495b-bac8-ad15c6977ef9",
"Code": "sample string 2",
"TrainingTypeID": "58e57576-aa8e-493f-ba50-8483b5fc474c",
"TrainingClassID": "0144c2e8-7b45-4b53-bdc8-0f5b081685ea",
"StartDate": "2026-08-20T23:32:24.9376183-04:00",
"EndDate": "2026-08-20T23:32:24.9376183-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6e1a45cc-e1c8-4f82-bad8-17465b1e6aa5",
"Used": true,
"UsedDateTime": "2026-08-20T23:32:24.9376183-04:00",
"InventoryItemID": "d30aca52-8b78-4d04-a643-01ae7437c9c3"
},
{
"DiscountCodeID": "505d262f-5a4c-495b-bac8-ad15c6977ef9",
"Code": "sample string 2",
"TrainingTypeID": "58e57576-aa8e-493f-ba50-8483b5fc474c",
"TrainingClassID": "0144c2e8-7b45-4b53-bdc8-0f5b081685ea",
"StartDate": "2026-08-20T23:32:24.9376183-04:00",
"EndDate": "2026-08-20T23:32:24.9376183-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6e1a45cc-e1c8-4f82-bad8-17465b1e6aa5",
"Used": true,
"UsedDateTime": "2026-08-20T23:32:24.9376183-04:00",
"InventoryItemID": "d30aca52-8b78-4d04-a643-01ae7437c9c3"
}
]