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": "a11e5fca-4d10-41d6-8897-b482850edf77",
"Code": "sample string 2",
"TrainingTypeID": "1947037e-e67f-43ee-ab0a-cbfeaad7473c",
"TrainingClassID": "9d5a37c1-eb48-4a06-ad22-a233b53a2316",
"StartDate": "2026-05-05T12:07:35.4537929-04:00",
"EndDate": "2026-05-05T12:07:35.4537929-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "fbce9f25-dc52-4a14-960e-8395e071d01f",
"Used": true,
"UsedDateTime": "2026-05-05T12:07:35.4537929-04:00",
"InventoryItemID": "a5615c20-2dc0-420b-ab19-5fc762c2cf0f"
},
{
"DiscountCodeID": "a11e5fca-4d10-41d6-8897-b482850edf77",
"Code": "sample string 2",
"TrainingTypeID": "1947037e-e67f-43ee-ab0a-cbfeaad7473c",
"TrainingClassID": "9d5a37c1-eb48-4a06-ad22-a233b53a2316",
"StartDate": "2026-05-05T12:07:35.4537929-04:00",
"EndDate": "2026-05-05T12:07:35.4537929-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "fbce9f25-dc52-4a14-960e-8395e071d01f",
"Used": true,
"UsedDateTime": "2026-05-05T12:07:35.4537929-04:00",
"InventoryItemID": "a5615c20-2dc0-420b-ab19-5fc762c2cf0f"
},
{
"DiscountCodeID": "a11e5fca-4d10-41d6-8897-b482850edf77",
"Code": "sample string 2",
"TrainingTypeID": "1947037e-e67f-43ee-ab0a-cbfeaad7473c",
"TrainingClassID": "9d5a37c1-eb48-4a06-ad22-a233b53a2316",
"StartDate": "2026-05-05T12:07:35.4537929-04:00",
"EndDate": "2026-05-05T12:07:35.4537929-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "fbce9f25-dc52-4a14-960e-8395e071d01f",
"Used": true,
"UsedDateTime": "2026-05-05T12:07:35.4537929-04:00",
"InventoryItemID": "a5615c20-2dc0-420b-ab19-5fc762c2cf0f"
}
]