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": "de07252f-777f-4d86-b5d2-bc6e8c1d106e",
"Code": "sample string 2",
"TrainingTypeID": "ddedd201-6de1-4311-8fdb-5479980cec01",
"TrainingClassID": "fd3702b3-56c5-412a-a5d8-667f6c91086f",
"StartDate": "2026-06-04T13:22:26.7946502-04:00",
"EndDate": "2026-06-04T13:22:26.7946502-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cbe52768-5bac-41d0-a2af-7c406575bc0d",
"Used": true,
"UsedDateTime": "2026-06-04T13:22:26.7946502-04:00",
"InventoryItemID": "2776d786-925f-4a5c-9f54-e24100797057"
},
{
"DiscountCodeID": "de07252f-777f-4d86-b5d2-bc6e8c1d106e",
"Code": "sample string 2",
"TrainingTypeID": "ddedd201-6de1-4311-8fdb-5479980cec01",
"TrainingClassID": "fd3702b3-56c5-412a-a5d8-667f6c91086f",
"StartDate": "2026-06-04T13:22:26.7946502-04:00",
"EndDate": "2026-06-04T13:22:26.7946502-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cbe52768-5bac-41d0-a2af-7c406575bc0d",
"Used": true,
"UsedDateTime": "2026-06-04T13:22:26.7946502-04:00",
"InventoryItemID": "2776d786-925f-4a5c-9f54-e24100797057"
},
{
"DiscountCodeID": "de07252f-777f-4d86-b5d2-bc6e8c1d106e",
"Code": "sample string 2",
"TrainingTypeID": "ddedd201-6de1-4311-8fdb-5479980cec01",
"TrainingClassID": "fd3702b3-56c5-412a-a5d8-667f6c91086f",
"StartDate": "2026-06-04T13:22:26.7946502-04:00",
"EndDate": "2026-06-04T13:22:26.7946502-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cbe52768-5bac-41d0-a2af-7c406575bc0d",
"Used": true,
"UsedDateTime": "2026-06-04T13:22:26.7946502-04:00",
"InventoryItemID": "2776d786-925f-4a5c-9f54-e24100797057"
}
]