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": "c1f7e289-ee89-4cfb-ae73-8abb79561f19",
"Code": "sample string 2",
"TrainingTypeID": "3c06bf27-f63c-4abd-85b6-3c7dd3ef9f11",
"TrainingClassID": "7c6fe641-7709-4b2e-9bc2-ea847a4f5ad7",
"StartDate": "2026-07-04T13:14:59.1778292-04:00",
"EndDate": "2026-07-04T13:14:59.1778292-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4f5038c5-78a9-474b-8750-e5bf97da90f9",
"Used": true,
"UsedDateTime": "2026-07-04T13:14:59.1778292-04:00",
"InventoryItemID": "4991a448-c3be-4c4a-afc0-71e80fbea750"
},
{
"DiscountCodeID": "c1f7e289-ee89-4cfb-ae73-8abb79561f19",
"Code": "sample string 2",
"TrainingTypeID": "3c06bf27-f63c-4abd-85b6-3c7dd3ef9f11",
"TrainingClassID": "7c6fe641-7709-4b2e-9bc2-ea847a4f5ad7",
"StartDate": "2026-07-04T13:14:59.1778292-04:00",
"EndDate": "2026-07-04T13:14:59.1778292-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4f5038c5-78a9-474b-8750-e5bf97da90f9",
"Used": true,
"UsedDateTime": "2026-07-04T13:14:59.1778292-04:00",
"InventoryItemID": "4991a448-c3be-4c4a-afc0-71e80fbea750"
},
{
"DiscountCodeID": "c1f7e289-ee89-4cfb-ae73-8abb79561f19",
"Code": "sample string 2",
"TrainingTypeID": "3c06bf27-f63c-4abd-85b6-3c7dd3ef9f11",
"TrainingClassID": "7c6fe641-7709-4b2e-9bc2-ea847a4f5ad7",
"StartDate": "2026-07-04T13:14:59.1778292-04:00",
"EndDate": "2026-07-04T13:14:59.1778292-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4f5038c5-78a9-474b-8750-e5bf97da90f9",
"Used": true,
"UsedDateTime": "2026-07-04T13:14:59.1778292-04:00",
"InventoryItemID": "4991a448-c3be-4c4a-afc0-71e80fbea750"
}
]