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": "c44778aa-7e00-4306-b594-637abd053e30",
"Code": "sample string 2",
"TrainingTypeID": "26fde9cb-1b50-4590-8741-2481c1775fb6",
"TrainingClassID": "e492584b-636c-46c6-9358-9438352a47a2",
"StartDate": "2026-05-16T03:47:22.4120045-04:00",
"EndDate": "2026-05-16T03:47:22.4120045-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7e7a82d1-bf73-4f3a-b66a-4973123e4e6e",
"Used": true,
"UsedDateTime": "2026-05-16T03:47:22.4120045-04:00",
"InventoryItemID": "3ae2b848-3bf5-4d7d-a411-bc70bf8d025b"
},
{
"DiscountCodeID": "c44778aa-7e00-4306-b594-637abd053e30",
"Code": "sample string 2",
"TrainingTypeID": "26fde9cb-1b50-4590-8741-2481c1775fb6",
"TrainingClassID": "e492584b-636c-46c6-9358-9438352a47a2",
"StartDate": "2026-05-16T03:47:22.4120045-04:00",
"EndDate": "2026-05-16T03:47:22.4120045-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7e7a82d1-bf73-4f3a-b66a-4973123e4e6e",
"Used": true,
"UsedDateTime": "2026-05-16T03:47:22.4120045-04:00",
"InventoryItemID": "3ae2b848-3bf5-4d7d-a411-bc70bf8d025b"
},
{
"DiscountCodeID": "c44778aa-7e00-4306-b594-637abd053e30",
"Code": "sample string 2",
"TrainingTypeID": "26fde9cb-1b50-4590-8741-2481c1775fb6",
"TrainingClassID": "e492584b-636c-46c6-9358-9438352a47a2",
"StartDate": "2026-05-16T03:47:22.4120045-04:00",
"EndDate": "2026-05-16T03:47:22.4120045-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7e7a82d1-bf73-4f3a-b66a-4973123e4e6e",
"Used": true,
"UsedDateTime": "2026-05-16T03:47:22.4120045-04:00",
"InventoryItemID": "3ae2b848-3bf5-4d7d-a411-bc70bf8d025b"
}
]