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": "f6b4bd73-f4c1-4519-875f-2e8d2128982a",
"Code": "sample string 2",
"TrainingTypeID": "6fb3cff7-cc55-43c2-91f6-d053b9645901",
"TrainingClassID": "98714a62-bd9c-428d-bd3c-b9ff9e85d6a2",
"StartDate": "2026-08-01T10:02:42.3242972-04:00",
"EndDate": "2026-08-01T10:02:42.3242972-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c28a49ed-479e-42ed-96e5-6e8c0c998644",
"Used": true,
"UsedDateTime": "2026-08-01T10:02:42.3242972-04:00",
"InventoryItemID": "3c1c120f-5a22-4c3c-9f03-b89b42d4a8ae"
},
{
"DiscountCodeID": "f6b4bd73-f4c1-4519-875f-2e8d2128982a",
"Code": "sample string 2",
"TrainingTypeID": "6fb3cff7-cc55-43c2-91f6-d053b9645901",
"TrainingClassID": "98714a62-bd9c-428d-bd3c-b9ff9e85d6a2",
"StartDate": "2026-08-01T10:02:42.3242972-04:00",
"EndDate": "2026-08-01T10:02:42.3242972-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c28a49ed-479e-42ed-96e5-6e8c0c998644",
"Used": true,
"UsedDateTime": "2026-08-01T10:02:42.3242972-04:00",
"InventoryItemID": "3c1c120f-5a22-4c3c-9f03-b89b42d4a8ae"
},
{
"DiscountCodeID": "f6b4bd73-f4c1-4519-875f-2e8d2128982a",
"Code": "sample string 2",
"TrainingTypeID": "6fb3cff7-cc55-43c2-91f6-d053b9645901",
"TrainingClassID": "98714a62-bd9c-428d-bd3c-b9ff9e85d6a2",
"StartDate": "2026-08-01T10:02:42.3242972-04:00",
"EndDate": "2026-08-01T10:02:42.3242972-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c28a49ed-479e-42ed-96e5-6e8c0c998644",
"Used": true,
"UsedDateTime": "2026-08-01T10:02:42.3242972-04:00",
"InventoryItemID": "3c1c120f-5a22-4c3c-9f03-b89b42d4a8ae"
}
]