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": "a1bc1a8a-600c-4ae7-9cfd-c543f3532ac5",
"Code": "sample string 2",
"TrainingTypeID": "ab0a83c9-d5f7-4ae7-9dfb-7deaed448ec5",
"TrainingClassID": "1a609e1b-faa0-49a6-ac58-c0c3f5235929",
"StartDate": "2026-06-28T14:18:53.7293097-04:00",
"EndDate": "2026-06-28T14:18:53.7293097-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "07acd3e0-fa48-45b2-8ce4-f93178a046f9",
"Used": true,
"UsedDateTime": "2026-06-28T14:18:53.7293097-04:00",
"InventoryItemID": "3e3bcdf0-75bc-4c78-a62c-df805c1a49cb"
},
{
"DiscountCodeID": "a1bc1a8a-600c-4ae7-9cfd-c543f3532ac5",
"Code": "sample string 2",
"TrainingTypeID": "ab0a83c9-d5f7-4ae7-9dfb-7deaed448ec5",
"TrainingClassID": "1a609e1b-faa0-49a6-ac58-c0c3f5235929",
"StartDate": "2026-06-28T14:18:53.7293097-04:00",
"EndDate": "2026-06-28T14:18:53.7293097-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "07acd3e0-fa48-45b2-8ce4-f93178a046f9",
"Used": true,
"UsedDateTime": "2026-06-28T14:18:53.7293097-04:00",
"InventoryItemID": "3e3bcdf0-75bc-4c78-a62c-df805c1a49cb"
},
{
"DiscountCodeID": "a1bc1a8a-600c-4ae7-9cfd-c543f3532ac5",
"Code": "sample string 2",
"TrainingTypeID": "ab0a83c9-d5f7-4ae7-9dfb-7deaed448ec5",
"TrainingClassID": "1a609e1b-faa0-49a6-ac58-c0c3f5235929",
"StartDate": "2026-06-28T14:18:53.7293097-04:00",
"EndDate": "2026-06-28T14:18:53.7293097-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "07acd3e0-fa48-45b2-8ce4-f93178a046f9",
"Used": true,
"UsedDateTime": "2026-06-28T14:18:53.7293097-04:00",
"InventoryItemID": "3e3bcdf0-75bc-4c78-a62c-df805c1a49cb"
}
]