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": "427edc3d-9cfd-4b30-9852-4396519188d1",
"Code": "sample string 2",
"TrainingTypeID": "913c7ef4-4354-4d5e-b675-625f61e9d53d",
"TrainingClassID": "af88f24f-069e-4498-b017-88f9a71c50a9",
"StartDate": "2026-05-07T15:14:01.3484886-04:00",
"EndDate": "2026-05-07T15:14:01.3484886-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1be713ae-21b8-4df3-95ce-cebf3b5df037",
"Used": true,
"UsedDateTime": "2026-05-07T15:14:01.3484886-04:00",
"InventoryItemID": "c586a951-f619-4a89-a9ed-2e5a8d89a75a"
},
{
"DiscountCodeID": "427edc3d-9cfd-4b30-9852-4396519188d1",
"Code": "sample string 2",
"TrainingTypeID": "913c7ef4-4354-4d5e-b675-625f61e9d53d",
"TrainingClassID": "af88f24f-069e-4498-b017-88f9a71c50a9",
"StartDate": "2026-05-07T15:14:01.3484886-04:00",
"EndDate": "2026-05-07T15:14:01.3484886-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1be713ae-21b8-4df3-95ce-cebf3b5df037",
"Used": true,
"UsedDateTime": "2026-05-07T15:14:01.3484886-04:00",
"InventoryItemID": "c586a951-f619-4a89-a9ed-2e5a8d89a75a"
},
{
"DiscountCodeID": "427edc3d-9cfd-4b30-9852-4396519188d1",
"Code": "sample string 2",
"TrainingTypeID": "913c7ef4-4354-4d5e-b675-625f61e9d53d",
"TrainingClassID": "af88f24f-069e-4498-b017-88f9a71c50a9",
"StartDate": "2026-05-07T15:14:01.3484886-04:00",
"EndDate": "2026-05-07T15:14:01.3484886-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1be713ae-21b8-4df3-95ce-cebf3b5df037",
"Used": true,
"UsedDateTime": "2026-05-07T15:14:01.3484886-04:00",
"InventoryItemID": "c586a951-f619-4a89-a9ed-2e5a8d89a75a"
}
]