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": "9fb89870-617c-42a3-a246-1353b6c0462b",
"Code": "sample string 2",
"TrainingTypeID": "608c1ce6-4c96-45b3-996b-4ee2346a2604",
"TrainingClassID": "ddfd0591-1218-492e-8913-21b50342e50e",
"StartDate": "2026-03-01T21:39:43.6346485-05:00",
"EndDate": "2026-03-01T21:39:43.6346485-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0733b0b3-87cc-4e14-b26e-bd36ac876e57",
"Used": true,
"UsedDateTime": "2026-03-01T21:39:43.6346485-05:00",
"InventoryItemID": "b992c43c-a0c7-418f-b01b-3e00c39f62ed"
},
{
"DiscountCodeID": "9fb89870-617c-42a3-a246-1353b6c0462b",
"Code": "sample string 2",
"TrainingTypeID": "608c1ce6-4c96-45b3-996b-4ee2346a2604",
"TrainingClassID": "ddfd0591-1218-492e-8913-21b50342e50e",
"StartDate": "2026-03-01T21:39:43.6346485-05:00",
"EndDate": "2026-03-01T21:39:43.6346485-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0733b0b3-87cc-4e14-b26e-bd36ac876e57",
"Used": true,
"UsedDateTime": "2026-03-01T21:39:43.6346485-05:00",
"InventoryItemID": "b992c43c-a0c7-418f-b01b-3e00c39f62ed"
},
{
"DiscountCodeID": "9fb89870-617c-42a3-a246-1353b6c0462b",
"Code": "sample string 2",
"TrainingTypeID": "608c1ce6-4c96-45b3-996b-4ee2346a2604",
"TrainingClassID": "ddfd0591-1218-492e-8913-21b50342e50e",
"StartDate": "2026-03-01T21:39:43.6346485-05:00",
"EndDate": "2026-03-01T21:39:43.6346485-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0733b0b3-87cc-4e14-b26e-bd36ac876e57",
"Used": true,
"UsedDateTime": "2026-03-01T21:39:43.6346485-05:00",
"InventoryItemID": "b992c43c-a0c7-418f-b01b-3e00c39f62ed"
}
]