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": "e43b04df-7995-4eaf-a862-0d9dd57e5c67",
"Code": "sample string 2",
"TrainingTypeID": "1730dc03-e28b-47a0-89fe-f6d1a2e94510",
"TrainingClassID": "2916e683-7285-4918-b1e9-6da699c60772",
"StartDate": "2026-09-15T18:02:15.2569766-04:00",
"EndDate": "2026-09-15T18:02:15.2569766-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bc7a7c95-9ff8-435f-87ab-3ffea3943d95",
"Used": true,
"UsedDateTime": "2026-09-15T18:02:15.2569766-04:00",
"InventoryItemID": "b6487118-c865-4619-bfcf-4d29a5c4f6c9"
},
{
"DiscountCodeID": "e43b04df-7995-4eaf-a862-0d9dd57e5c67",
"Code": "sample string 2",
"TrainingTypeID": "1730dc03-e28b-47a0-89fe-f6d1a2e94510",
"TrainingClassID": "2916e683-7285-4918-b1e9-6da699c60772",
"StartDate": "2026-09-15T18:02:15.2569766-04:00",
"EndDate": "2026-09-15T18:02:15.2569766-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bc7a7c95-9ff8-435f-87ab-3ffea3943d95",
"Used": true,
"UsedDateTime": "2026-09-15T18:02:15.2569766-04:00",
"InventoryItemID": "b6487118-c865-4619-bfcf-4d29a5c4f6c9"
},
{
"DiscountCodeID": "e43b04df-7995-4eaf-a862-0d9dd57e5c67",
"Code": "sample string 2",
"TrainingTypeID": "1730dc03-e28b-47a0-89fe-f6d1a2e94510",
"TrainingClassID": "2916e683-7285-4918-b1e9-6da699c60772",
"StartDate": "2026-09-15T18:02:15.2569766-04:00",
"EndDate": "2026-09-15T18:02:15.2569766-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bc7a7c95-9ff8-435f-87ab-3ffea3943d95",
"Used": true,
"UsedDateTime": "2026-09-15T18:02:15.2569766-04:00",
"InventoryItemID": "b6487118-c865-4619-bfcf-4d29a5c4f6c9"
}
]