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": "ce83982f-25a2-4658-bcb0-7aa7ae6848c4",
"Code": "sample string 2",
"TrainingTypeID": "19c5c76b-3bfc-4f32-9881-1f4ff50780de",
"TrainingClassID": "b8d2e6c2-3003-464b-8c9a-71070c093235",
"StartDate": "2026-08-24T21:05:48.5102316-04:00",
"EndDate": "2026-08-24T21:05:48.5102316-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "95e138ad-3c01-4192-93c3-54ffc60aaa10",
"Used": true,
"UsedDateTime": "2026-08-24T21:05:48.5102316-04:00",
"InventoryItemID": "1224ae38-cb10-4e31-8817-06d50af43e91"
},
{
"DiscountCodeID": "ce83982f-25a2-4658-bcb0-7aa7ae6848c4",
"Code": "sample string 2",
"TrainingTypeID": "19c5c76b-3bfc-4f32-9881-1f4ff50780de",
"TrainingClassID": "b8d2e6c2-3003-464b-8c9a-71070c093235",
"StartDate": "2026-08-24T21:05:48.5102316-04:00",
"EndDate": "2026-08-24T21:05:48.5102316-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "95e138ad-3c01-4192-93c3-54ffc60aaa10",
"Used": true,
"UsedDateTime": "2026-08-24T21:05:48.5102316-04:00",
"InventoryItemID": "1224ae38-cb10-4e31-8817-06d50af43e91"
},
{
"DiscountCodeID": "ce83982f-25a2-4658-bcb0-7aa7ae6848c4",
"Code": "sample string 2",
"TrainingTypeID": "19c5c76b-3bfc-4f32-9881-1f4ff50780de",
"TrainingClassID": "b8d2e6c2-3003-464b-8c9a-71070c093235",
"StartDate": "2026-08-24T21:05:48.5102316-04:00",
"EndDate": "2026-08-24T21:05:48.5102316-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "95e138ad-3c01-4192-93c3-54ffc60aaa10",
"Used": true,
"UsedDateTime": "2026-08-24T21:05:48.5102316-04:00",
"InventoryItemID": "1224ae38-cb10-4e31-8817-06d50af43e91"
}
]