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": "07c51ca7-0844-4045-8d0c-adb27b6bbcd7",
"Code": "sample string 2",
"TrainingTypeID": "2dfd4df1-6a0d-4ad5-84ab-92e7bbc0a7c6",
"TrainingClassID": "76d3d7f8-c928-4d96-abd3-a5fadca5670e",
"StartDate": "2026-06-20T18:44:19.2209697-04:00",
"EndDate": "2026-06-20T18:44:19.2209697-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f5c9887a-50cd-4eb0-835f-0793e218c6dc",
"Used": true,
"UsedDateTime": "2026-06-20T18:44:19.2209697-04:00",
"InventoryItemID": "d023a15b-284a-4d09-b235-a04473f4d3b0"
},
{
"DiscountCodeID": "07c51ca7-0844-4045-8d0c-adb27b6bbcd7",
"Code": "sample string 2",
"TrainingTypeID": "2dfd4df1-6a0d-4ad5-84ab-92e7bbc0a7c6",
"TrainingClassID": "76d3d7f8-c928-4d96-abd3-a5fadca5670e",
"StartDate": "2026-06-20T18:44:19.2209697-04:00",
"EndDate": "2026-06-20T18:44:19.2209697-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f5c9887a-50cd-4eb0-835f-0793e218c6dc",
"Used": true,
"UsedDateTime": "2026-06-20T18:44:19.2209697-04:00",
"InventoryItemID": "d023a15b-284a-4d09-b235-a04473f4d3b0"
},
{
"DiscountCodeID": "07c51ca7-0844-4045-8d0c-adb27b6bbcd7",
"Code": "sample string 2",
"TrainingTypeID": "2dfd4df1-6a0d-4ad5-84ab-92e7bbc0a7c6",
"TrainingClassID": "76d3d7f8-c928-4d96-abd3-a5fadca5670e",
"StartDate": "2026-06-20T18:44:19.2209697-04:00",
"EndDate": "2026-06-20T18:44:19.2209697-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f5c9887a-50cd-4eb0-835f-0793e218c6dc",
"Used": true,
"UsedDateTime": "2026-06-20T18:44:19.2209697-04:00",
"InventoryItemID": "d023a15b-284a-4d09-b235-a04473f4d3b0"
}
]