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": "27d872fd-e72b-4eb6-8b5e-b5fb91bb489a",
"Code": "sample string 2",
"TrainingTypeID": "27cdc059-b0af-43b1-aba1-00b654c3d234",
"TrainingClassID": "ee8bcbf2-b22c-4c3e-97f4-a3b345f832cc",
"StartDate": "2026-07-29T02:05:09.7497223-04:00",
"EndDate": "2026-07-29T02:05:09.7497223-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "30fd270a-3b7b-428e-8c26-96102ff9cbad",
"Used": true,
"UsedDateTime": "2026-07-29T02:05:09.7497223-04:00",
"InventoryItemID": "dc9c7f76-50f5-4c69-84ab-2fc8c09b7bd2"
},
{
"DiscountCodeID": "27d872fd-e72b-4eb6-8b5e-b5fb91bb489a",
"Code": "sample string 2",
"TrainingTypeID": "27cdc059-b0af-43b1-aba1-00b654c3d234",
"TrainingClassID": "ee8bcbf2-b22c-4c3e-97f4-a3b345f832cc",
"StartDate": "2026-07-29T02:05:09.7497223-04:00",
"EndDate": "2026-07-29T02:05:09.7497223-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "30fd270a-3b7b-428e-8c26-96102ff9cbad",
"Used": true,
"UsedDateTime": "2026-07-29T02:05:09.7497223-04:00",
"InventoryItemID": "dc9c7f76-50f5-4c69-84ab-2fc8c09b7bd2"
},
{
"DiscountCodeID": "27d872fd-e72b-4eb6-8b5e-b5fb91bb489a",
"Code": "sample string 2",
"TrainingTypeID": "27cdc059-b0af-43b1-aba1-00b654c3d234",
"TrainingClassID": "ee8bcbf2-b22c-4c3e-97f4-a3b345f832cc",
"StartDate": "2026-07-29T02:05:09.7497223-04:00",
"EndDate": "2026-07-29T02:05:09.7497223-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "30fd270a-3b7b-428e-8c26-96102ff9cbad",
"Used": true,
"UsedDateTime": "2026-07-29T02:05:09.7497223-04:00",
"InventoryItemID": "dc9c7f76-50f5-4c69-84ab-2fc8c09b7bd2"
}
]