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": "5cf4d747-7650-4cc3-816e-3ddf022c04f0",
"Code": "sample string 2",
"TrainingTypeID": "6a3405ee-ec46-41e8-bc5a-e1777eced4ac",
"TrainingClassID": "50318c1d-2ae2-40fc-a60c-86ee6a04d5e4",
"StartDate": "2026-05-23T22:23:24.3888475-04:00",
"EndDate": "2026-05-23T22:23:24.3888475-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b7924726-a6ee-4883-979d-ebf955e92ea5",
"Used": true,
"UsedDateTime": "2026-05-23T22:23:24.3888475-04:00",
"InventoryItemID": "ecc56cbc-47e2-49a6-90a4-4cf1cdbb1e54"
},
{
"DiscountCodeID": "5cf4d747-7650-4cc3-816e-3ddf022c04f0",
"Code": "sample string 2",
"TrainingTypeID": "6a3405ee-ec46-41e8-bc5a-e1777eced4ac",
"TrainingClassID": "50318c1d-2ae2-40fc-a60c-86ee6a04d5e4",
"StartDate": "2026-05-23T22:23:24.3888475-04:00",
"EndDate": "2026-05-23T22:23:24.3888475-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b7924726-a6ee-4883-979d-ebf955e92ea5",
"Used": true,
"UsedDateTime": "2026-05-23T22:23:24.3888475-04:00",
"InventoryItemID": "ecc56cbc-47e2-49a6-90a4-4cf1cdbb1e54"
},
{
"DiscountCodeID": "5cf4d747-7650-4cc3-816e-3ddf022c04f0",
"Code": "sample string 2",
"TrainingTypeID": "6a3405ee-ec46-41e8-bc5a-e1777eced4ac",
"TrainingClassID": "50318c1d-2ae2-40fc-a60c-86ee6a04d5e4",
"StartDate": "2026-05-23T22:23:24.3888475-04:00",
"EndDate": "2026-05-23T22:23:24.3888475-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b7924726-a6ee-4883-979d-ebf955e92ea5",
"Used": true,
"UsedDateTime": "2026-05-23T22:23:24.3888475-04:00",
"InventoryItemID": "ecc56cbc-47e2-49a6-90a4-4cf1cdbb1e54"
}
]