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": "34359206-8428-444c-9229-181d9c97d26c",
"Code": "sample string 2",
"TrainingTypeID": "d39bbbea-70bf-4623-9da4-b1061591c677",
"TrainingClassID": "67414561-6fdb-4243-ba3f-59b8b49a02a2",
"StartDate": "2026-05-15T15:18:51.4900192-04:00",
"EndDate": "2026-05-15T15:18:51.4900192-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3c7f48e4-fc4f-4b03-9847-c0243decd5e9",
"Used": true,
"UsedDateTime": "2026-05-15T15:18:51.4900192-04:00",
"InventoryItemID": "7a698b44-48de-4681-86c8-c19fca2eee5a"
},
{
"DiscountCodeID": "34359206-8428-444c-9229-181d9c97d26c",
"Code": "sample string 2",
"TrainingTypeID": "d39bbbea-70bf-4623-9da4-b1061591c677",
"TrainingClassID": "67414561-6fdb-4243-ba3f-59b8b49a02a2",
"StartDate": "2026-05-15T15:18:51.4900192-04:00",
"EndDate": "2026-05-15T15:18:51.4900192-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3c7f48e4-fc4f-4b03-9847-c0243decd5e9",
"Used": true,
"UsedDateTime": "2026-05-15T15:18:51.4900192-04:00",
"InventoryItemID": "7a698b44-48de-4681-86c8-c19fca2eee5a"
},
{
"DiscountCodeID": "34359206-8428-444c-9229-181d9c97d26c",
"Code": "sample string 2",
"TrainingTypeID": "d39bbbea-70bf-4623-9da4-b1061591c677",
"TrainingClassID": "67414561-6fdb-4243-ba3f-59b8b49a02a2",
"StartDate": "2026-05-15T15:18:51.4900192-04:00",
"EndDate": "2026-05-15T15:18:51.4900192-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3c7f48e4-fc4f-4b03-9847-c0243decd5e9",
"Used": true,
"UsedDateTime": "2026-05-15T15:18:51.4900192-04:00",
"InventoryItemID": "7a698b44-48de-4681-86c8-c19fca2eee5a"
}
]