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": "d4936dc2-0c5c-4f4e-a8a3-03b0465dbeda",
"Code": "sample string 2",
"TrainingTypeID": "e8edebba-443c-433f-8a02-740c3967b9ac",
"TrainingClassID": "0c2f18f4-7b7a-40f2-b1de-8703a4bf01fd",
"StartDate": "2026-08-31T18:59:16.4017792-04:00",
"EndDate": "2026-08-31T18:59:16.4017792-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "afbb52b9-8a92-4a71-a964-d9a1f4105c4c",
"Used": true,
"UsedDateTime": "2026-08-31T18:59:16.4017792-04:00",
"InventoryItemID": "701fe37c-6c10-49a7-8153-bf02ce65aa78"
},
{
"DiscountCodeID": "d4936dc2-0c5c-4f4e-a8a3-03b0465dbeda",
"Code": "sample string 2",
"TrainingTypeID": "e8edebba-443c-433f-8a02-740c3967b9ac",
"TrainingClassID": "0c2f18f4-7b7a-40f2-b1de-8703a4bf01fd",
"StartDate": "2026-08-31T18:59:16.4017792-04:00",
"EndDate": "2026-08-31T18:59:16.4017792-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "afbb52b9-8a92-4a71-a964-d9a1f4105c4c",
"Used": true,
"UsedDateTime": "2026-08-31T18:59:16.4017792-04:00",
"InventoryItemID": "701fe37c-6c10-49a7-8153-bf02ce65aa78"
},
{
"DiscountCodeID": "d4936dc2-0c5c-4f4e-a8a3-03b0465dbeda",
"Code": "sample string 2",
"TrainingTypeID": "e8edebba-443c-433f-8a02-740c3967b9ac",
"TrainingClassID": "0c2f18f4-7b7a-40f2-b1de-8703a4bf01fd",
"StartDate": "2026-08-31T18:59:16.4017792-04:00",
"EndDate": "2026-08-31T18:59:16.4017792-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "afbb52b9-8a92-4a71-a964-d9a1f4105c4c",
"Used": true,
"UsedDateTime": "2026-08-31T18:59:16.4017792-04:00",
"InventoryItemID": "701fe37c-6c10-49a7-8153-bf02ce65aa78"
}
]