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": "cdb4a0e4-b006-46e0-a02b-a7655013f78a",
"Code": "sample string 2",
"TrainingTypeID": "88dc360c-c842-428d-a115-41b0099bf3f3",
"TrainingClassID": "57794b6c-4aa5-4371-9eee-88ead8e38cae",
"StartDate": "2026-08-10T12:16:35.8577612-04:00",
"EndDate": "2026-08-10T12:16:35.8577612-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "261d050a-52df-4f7d-aa81-df6a2a25535d",
"Used": true,
"UsedDateTime": "2026-08-10T12:16:35.8577612-04:00",
"InventoryItemID": "e74843de-d5cd-4bc4-a417-9ff1a26e7f0a"
},
{
"DiscountCodeID": "cdb4a0e4-b006-46e0-a02b-a7655013f78a",
"Code": "sample string 2",
"TrainingTypeID": "88dc360c-c842-428d-a115-41b0099bf3f3",
"TrainingClassID": "57794b6c-4aa5-4371-9eee-88ead8e38cae",
"StartDate": "2026-08-10T12:16:35.8577612-04:00",
"EndDate": "2026-08-10T12:16:35.8577612-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "261d050a-52df-4f7d-aa81-df6a2a25535d",
"Used": true,
"UsedDateTime": "2026-08-10T12:16:35.8577612-04:00",
"InventoryItemID": "e74843de-d5cd-4bc4-a417-9ff1a26e7f0a"
},
{
"DiscountCodeID": "cdb4a0e4-b006-46e0-a02b-a7655013f78a",
"Code": "sample string 2",
"TrainingTypeID": "88dc360c-c842-428d-a115-41b0099bf3f3",
"TrainingClassID": "57794b6c-4aa5-4371-9eee-88ead8e38cae",
"StartDate": "2026-08-10T12:16:35.8577612-04:00",
"EndDate": "2026-08-10T12:16:35.8577612-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "261d050a-52df-4f7d-aa81-df6a2a25535d",
"Used": true,
"UsedDateTime": "2026-08-10T12:16:35.8577612-04:00",
"InventoryItemID": "e74843de-d5cd-4bc4-a417-9ff1a26e7f0a"
}
]