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": "6bd4cc83-38e2-46e4-b570-b020214cc8bb",
"Code": "sample string 2",
"TrainingTypeID": "20e544ca-c115-4cde-bd80-d132cc329609",
"TrainingClassID": "b8fc4a5f-0f8f-406b-99b2-4d0003e027b5",
"StartDate": "2026-08-07T07:16:17.3481141-04:00",
"EndDate": "2026-08-07T07:16:17.3481141-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ad1d2ae3-659a-4251-adcd-4badca805735",
"Used": true,
"UsedDateTime": "2026-08-07T07:16:17.3481141-04:00",
"InventoryItemID": "ca5fb835-10bf-4728-9f27-0cba1f2914f0"
},
{
"DiscountCodeID": "6bd4cc83-38e2-46e4-b570-b020214cc8bb",
"Code": "sample string 2",
"TrainingTypeID": "20e544ca-c115-4cde-bd80-d132cc329609",
"TrainingClassID": "b8fc4a5f-0f8f-406b-99b2-4d0003e027b5",
"StartDate": "2026-08-07T07:16:17.3481141-04:00",
"EndDate": "2026-08-07T07:16:17.3481141-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ad1d2ae3-659a-4251-adcd-4badca805735",
"Used": true,
"UsedDateTime": "2026-08-07T07:16:17.3481141-04:00",
"InventoryItemID": "ca5fb835-10bf-4728-9f27-0cba1f2914f0"
},
{
"DiscountCodeID": "6bd4cc83-38e2-46e4-b570-b020214cc8bb",
"Code": "sample string 2",
"TrainingTypeID": "20e544ca-c115-4cde-bd80-d132cc329609",
"TrainingClassID": "b8fc4a5f-0f8f-406b-99b2-4d0003e027b5",
"StartDate": "2026-08-07T07:16:17.3481141-04:00",
"EndDate": "2026-08-07T07:16:17.3481141-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ad1d2ae3-659a-4251-adcd-4badca805735",
"Used": true,
"UsedDateTime": "2026-08-07T07:16:17.3481141-04:00",
"InventoryItemID": "ca5fb835-10bf-4728-9f27-0cba1f2914f0"
}
]