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": "b9bed03b-3db4-4101-88b7-644b09585d71",
"Code": "sample string 2",
"TrainingTypeID": "bd228fe6-4ba4-48f9-bb50-3df63da3a574",
"TrainingClassID": "88a07c0c-8d38-4d9f-8f0d-5deff84e9bbd",
"StartDate": "2026-06-04T02:27:13.1299934-04:00",
"EndDate": "2026-06-04T02:27:13.1299934-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e0bfa6a0-315d-4de6-9134-fe3643d026ad",
"Used": true,
"UsedDateTime": "2026-06-04T02:27:13.1299934-04:00",
"InventoryItemID": "6921070d-bc95-485a-b73c-a3cf9cff1a5d"
},
{
"DiscountCodeID": "b9bed03b-3db4-4101-88b7-644b09585d71",
"Code": "sample string 2",
"TrainingTypeID": "bd228fe6-4ba4-48f9-bb50-3df63da3a574",
"TrainingClassID": "88a07c0c-8d38-4d9f-8f0d-5deff84e9bbd",
"StartDate": "2026-06-04T02:27:13.1299934-04:00",
"EndDate": "2026-06-04T02:27:13.1299934-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e0bfa6a0-315d-4de6-9134-fe3643d026ad",
"Used": true,
"UsedDateTime": "2026-06-04T02:27:13.1299934-04:00",
"InventoryItemID": "6921070d-bc95-485a-b73c-a3cf9cff1a5d"
},
{
"DiscountCodeID": "b9bed03b-3db4-4101-88b7-644b09585d71",
"Code": "sample string 2",
"TrainingTypeID": "bd228fe6-4ba4-48f9-bb50-3df63da3a574",
"TrainingClassID": "88a07c0c-8d38-4d9f-8f0d-5deff84e9bbd",
"StartDate": "2026-06-04T02:27:13.1299934-04:00",
"EndDate": "2026-06-04T02:27:13.1299934-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e0bfa6a0-315d-4de6-9134-fe3643d026ad",
"Used": true,
"UsedDateTime": "2026-06-04T02:27:13.1299934-04:00",
"InventoryItemID": "6921070d-bc95-485a-b73c-a3cf9cff1a5d"
}
]