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": "3deb8766-e66e-4991-b0c0-83d80d491584",
"Code": "sample string 2",
"TrainingTypeID": "c5fcb61c-2a8b-44b5-82b2-8c2a3a6a5f5c",
"TrainingClassID": "3ba6ebf7-0735-4d4c-b638-eb0d073932a0",
"StartDate": "2026-05-26T17:06:51.3484214-04:00",
"EndDate": "2026-05-26T17:06:51.3484214-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d2822b15-ea7a-4d4b-bc42-d26fa11c71eb",
"Used": true,
"UsedDateTime": "2026-05-26T17:06:51.3484214-04:00",
"InventoryItemID": "dddd761e-ac16-45c3-8f89-4d6247ce76ff"
},
{
"DiscountCodeID": "3deb8766-e66e-4991-b0c0-83d80d491584",
"Code": "sample string 2",
"TrainingTypeID": "c5fcb61c-2a8b-44b5-82b2-8c2a3a6a5f5c",
"TrainingClassID": "3ba6ebf7-0735-4d4c-b638-eb0d073932a0",
"StartDate": "2026-05-26T17:06:51.3484214-04:00",
"EndDate": "2026-05-26T17:06:51.3484214-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d2822b15-ea7a-4d4b-bc42-d26fa11c71eb",
"Used": true,
"UsedDateTime": "2026-05-26T17:06:51.3484214-04:00",
"InventoryItemID": "dddd761e-ac16-45c3-8f89-4d6247ce76ff"
},
{
"DiscountCodeID": "3deb8766-e66e-4991-b0c0-83d80d491584",
"Code": "sample string 2",
"TrainingTypeID": "c5fcb61c-2a8b-44b5-82b2-8c2a3a6a5f5c",
"TrainingClassID": "3ba6ebf7-0735-4d4c-b638-eb0d073932a0",
"StartDate": "2026-05-26T17:06:51.3484214-04:00",
"EndDate": "2026-05-26T17:06:51.3484214-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d2822b15-ea7a-4d4b-bc42-d26fa11c71eb",
"Used": true,
"UsedDateTime": "2026-05-26T17:06:51.3484214-04:00",
"InventoryItemID": "dddd761e-ac16-45c3-8f89-4d6247ce76ff"
}
]