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": "3f8cd2ce-a306-41e4-9de3-9c325baaab44",
"Code": "sample string 2",
"TrainingTypeID": "6c4b74e1-1d2f-4e5b-aa0b-54438ed7e507",
"TrainingClassID": "e366079e-5c21-43e4-b615-4e679596e01b",
"StartDate": "2026-08-20T10:43:02.6080054-04:00",
"EndDate": "2026-08-20T10:43:02.6080054-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ed2b4421-ee34-4458-a524-edec67744cd3",
"Used": true,
"UsedDateTime": "2026-08-20T10:43:02.6080054-04:00",
"InventoryItemID": "c05b2916-5c05-4dcc-adfa-cfa0926cad53"
},
{
"DiscountCodeID": "3f8cd2ce-a306-41e4-9de3-9c325baaab44",
"Code": "sample string 2",
"TrainingTypeID": "6c4b74e1-1d2f-4e5b-aa0b-54438ed7e507",
"TrainingClassID": "e366079e-5c21-43e4-b615-4e679596e01b",
"StartDate": "2026-08-20T10:43:02.6080054-04:00",
"EndDate": "2026-08-20T10:43:02.6080054-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ed2b4421-ee34-4458-a524-edec67744cd3",
"Used": true,
"UsedDateTime": "2026-08-20T10:43:02.6080054-04:00",
"InventoryItemID": "c05b2916-5c05-4dcc-adfa-cfa0926cad53"
},
{
"DiscountCodeID": "3f8cd2ce-a306-41e4-9de3-9c325baaab44",
"Code": "sample string 2",
"TrainingTypeID": "6c4b74e1-1d2f-4e5b-aa0b-54438ed7e507",
"TrainingClassID": "e366079e-5c21-43e4-b615-4e679596e01b",
"StartDate": "2026-08-20T10:43:02.6080054-04:00",
"EndDate": "2026-08-20T10:43:02.6080054-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ed2b4421-ee34-4458-a524-edec67744cd3",
"Used": true,
"UsedDateTime": "2026-08-20T10:43:02.6080054-04:00",
"InventoryItemID": "c05b2916-5c05-4dcc-adfa-cfa0926cad53"
}
]