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": "2e595d6a-c147-470c-bb89-69ef54b53ef5",
"Code": "sample string 2",
"TrainingTypeID": "aa8f40c0-5bc3-42ff-9914-9817b9caddfb",
"TrainingClassID": "9dc793aa-e4f3-43a7-b270-e9828066938a",
"StartDate": "2026-09-15T02:56:19.7618977-04:00",
"EndDate": "2026-09-15T02:56:19.7618977-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "03d151c0-df02-47ee-bf4a-8bd3389e308e",
"Used": true,
"UsedDateTime": "2026-09-15T02:56:19.7618977-04:00",
"InventoryItemID": "63d66f67-6c4d-463a-9f7b-f29a31c5bb46"
},
{
"DiscountCodeID": "2e595d6a-c147-470c-bb89-69ef54b53ef5",
"Code": "sample string 2",
"TrainingTypeID": "aa8f40c0-5bc3-42ff-9914-9817b9caddfb",
"TrainingClassID": "9dc793aa-e4f3-43a7-b270-e9828066938a",
"StartDate": "2026-09-15T02:56:19.7618977-04:00",
"EndDate": "2026-09-15T02:56:19.7618977-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "03d151c0-df02-47ee-bf4a-8bd3389e308e",
"Used": true,
"UsedDateTime": "2026-09-15T02:56:19.7618977-04:00",
"InventoryItemID": "63d66f67-6c4d-463a-9f7b-f29a31c5bb46"
},
{
"DiscountCodeID": "2e595d6a-c147-470c-bb89-69ef54b53ef5",
"Code": "sample string 2",
"TrainingTypeID": "aa8f40c0-5bc3-42ff-9914-9817b9caddfb",
"TrainingClassID": "9dc793aa-e4f3-43a7-b270-e9828066938a",
"StartDate": "2026-09-15T02:56:19.7618977-04:00",
"EndDate": "2026-09-15T02:56:19.7618977-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "03d151c0-df02-47ee-bf4a-8bd3389e308e",
"Used": true,
"UsedDateTime": "2026-09-15T02:56:19.7618977-04:00",
"InventoryItemID": "63d66f67-6c4d-463a-9f7b-f29a31c5bb46"
}
]