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": "2c5bb5d3-dfb3-4aa4-a2f0-2aaafc38bb13",
"Code": "sample string 2",
"TrainingTypeID": "008f7a3c-e344-4f95-97d1-75bcef67f094",
"TrainingClassID": "d5af596f-a2eb-4f87-bb48-8736cddfcaa4",
"StartDate": "2026-07-18T23:01:09.0343066-04:00",
"EndDate": "2026-07-18T23:01:09.0343066-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "10d0721b-4ff6-4204-ac70-271670cdf2e0",
"Used": true,
"UsedDateTime": "2026-07-18T23:01:09.0343066-04:00",
"InventoryItemID": "cce4747e-9038-425e-86c7-f25ef7c84f5d"
},
{
"DiscountCodeID": "2c5bb5d3-dfb3-4aa4-a2f0-2aaafc38bb13",
"Code": "sample string 2",
"TrainingTypeID": "008f7a3c-e344-4f95-97d1-75bcef67f094",
"TrainingClassID": "d5af596f-a2eb-4f87-bb48-8736cddfcaa4",
"StartDate": "2026-07-18T23:01:09.0343066-04:00",
"EndDate": "2026-07-18T23:01:09.0343066-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "10d0721b-4ff6-4204-ac70-271670cdf2e0",
"Used": true,
"UsedDateTime": "2026-07-18T23:01:09.0343066-04:00",
"InventoryItemID": "cce4747e-9038-425e-86c7-f25ef7c84f5d"
},
{
"DiscountCodeID": "2c5bb5d3-dfb3-4aa4-a2f0-2aaafc38bb13",
"Code": "sample string 2",
"TrainingTypeID": "008f7a3c-e344-4f95-97d1-75bcef67f094",
"TrainingClassID": "d5af596f-a2eb-4f87-bb48-8736cddfcaa4",
"StartDate": "2026-07-18T23:01:09.0343066-04:00",
"EndDate": "2026-07-18T23:01:09.0343066-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "10d0721b-4ff6-4204-ac70-271670cdf2e0",
"Used": true,
"UsedDateTime": "2026-07-18T23:01:09.0343066-04:00",
"InventoryItemID": "cce4747e-9038-425e-86c7-f25ef7c84f5d"
}
]