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": "578c0414-c87a-4469-83da-6003a64b4f94",
"Code": "sample string 2",
"TrainingTypeID": "4640b9cc-d4f0-4bc5-aaae-9f1e3e243b22",
"TrainingClassID": "bdd124c4-32a6-43b8-860b-6a1ad78db2d2",
"StartDate": "2026-05-31T19:21:53.8659365-04:00",
"EndDate": "2026-05-31T19:21:53.8659365-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "60622e99-4d76-474d-9bef-e028d4d477e5",
"Used": true,
"UsedDateTime": "2026-05-31T19:21:53.8659365-04:00",
"InventoryItemID": "4e01412e-0d96-40a8-bc87-bbd79f2e7533"
},
{
"DiscountCodeID": "578c0414-c87a-4469-83da-6003a64b4f94",
"Code": "sample string 2",
"TrainingTypeID": "4640b9cc-d4f0-4bc5-aaae-9f1e3e243b22",
"TrainingClassID": "bdd124c4-32a6-43b8-860b-6a1ad78db2d2",
"StartDate": "2026-05-31T19:21:53.8659365-04:00",
"EndDate": "2026-05-31T19:21:53.8659365-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "60622e99-4d76-474d-9bef-e028d4d477e5",
"Used": true,
"UsedDateTime": "2026-05-31T19:21:53.8659365-04:00",
"InventoryItemID": "4e01412e-0d96-40a8-bc87-bbd79f2e7533"
},
{
"DiscountCodeID": "578c0414-c87a-4469-83da-6003a64b4f94",
"Code": "sample string 2",
"TrainingTypeID": "4640b9cc-d4f0-4bc5-aaae-9f1e3e243b22",
"TrainingClassID": "bdd124c4-32a6-43b8-860b-6a1ad78db2d2",
"StartDate": "2026-05-31T19:21:53.8659365-04:00",
"EndDate": "2026-05-31T19:21:53.8659365-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "60622e99-4d76-474d-9bef-e028d4d477e5",
"Used": true,
"UsedDateTime": "2026-05-31T19:21:53.8659365-04:00",
"InventoryItemID": "4e01412e-0d96-40a8-bc87-bbd79f2e7533"
}
]