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": "53bb51db-9d9a-48e3-b7a2-05120b5b7ea4",
"Code": "sample string 2",
"TrainingTypeID": "9b5a1359-2472-430d-a204-22459b633a4f",
"TrainingClassID": "b2bd5b1c-237c-4983-80da-57fdca56dff7",
"StartDate": "2026-09-03T00:42:00.2683357-04:00",
"EndDate": "2026-09-03T00:42:00.2683357-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0c9e638f-ce32-4f1d-bac0-7e5c67da0445",
"Used": true,
"UsedDateTime": "2026-09-03T00:42:00.2683357-04:00",
"InventoryItemID": "12d1450b-702f-402c-b641-13cbce4eed2f"
},
{
"DiscountCodeID": "53bb51db-9d9a-48e3-b7a2-05120b5b7ea4",
"Code": "sample string 2",
"TrainingTypeID": "9b5a1359-2472-430d-a204-22459b633a4f",
"TrainingClassID": "b2bd5b1c-237c-4983-80da-57fdca56dff7",
"StartDate": "2026-09-03T00:42:00.2683357-04:00",
"EndDate": "2026-09-03T00:42:00.2683357-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0c9e638f-ce32-4f1d-bac0-7e5c67da0445",
"Used": true,
"UsedDateTime": "2026-09-03T00:42:00.2683357-04:00",
"InventoryItemID": "12d1450b-702f-402c-b641-13cbce4eed2f"
},
{
"DiscountCodeID": "53bb51db-9d9a-48e3-b7a2-05120b5b7ea4",
"Code": "sample string 2",
"TrainingTypeID": "9b5a1359-2472-430d-a204-22459b633a4f",
"TrainingClassID": "b2bd5b1c-237c-4983-80da-57fdca56dff7",
"StartDate": "2026-09-03T00:42:00.2683357-04:00",
"EndDate": "2026-09-03T00:42:00.2683357-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0c9e638f-ce32-4f1d-bac0-7e5c67da0445",
"Used": true,
"UsedDateTime": "2026-09-03T00:42:00.2683357-04:00",
"InventoryItemID": "12d1450b-702f-402c-b641-13cbce4eed2f"
}
]