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": "c9155ed5-fde5-4be1-832e-af558d34593d",
"Code": "sample string 2",
"TrainingTypeID": "c38e2ac9-afb6-4fbe-949f-2b7870b20f9c",
"TrainingClassID": "b7288c5e-f253-41a5-881e-04bb81782a01",
"StartDate": "2025-11-08T14:56:38.5421863-05:00",
"EndDate": "2025-11-08T14:56:38.5421863-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9bc2fe35-41db-41d3-bb79-a672c3d343bb",
"Used": true,
"UsedDateTime": "2025-11-08T14:56:38.5421863-05:00",
"InventoryItemID": "7ed319e8-598c-4bb9-9e9a-1c7aebd5e0ab"
},
{
"DiscountCodeID": "c9155ed5-fde5-4be1-832e-af558d34593d",
"Code": "sample string 2",
"TrainingTypeID": "c38e2ac9-afb6-4fbe-949f-2b7870b20f9c",
"TrainingClassID": "b7288c5e-f253-41a5-881e-04bb81782a01",
"StartDate": "2025-11-08T14:56:38.5421863-05:00",
"EndDate": "2025-11-08T14:56:38.5421863-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9bc2fe35-41db-41d3-bb79-a672c3d343bb",
"Used": true,
"UsedDateTime": "2025-11-08T14:56:38.5421863-05:00",
"InventoryItemID": "7ed319e8-598c-4bb9-9e9a-1c7aebd5e0ab"
},
{
"DiscountCodeID": "c9155ed5-fde5-4be1-832e-af558d34593d",
"Code": "sample string 2",
"TrainingTypeID": "c38e2ac9-afb6-4fbe-949f-2b7870b20f9c",
"TrainingClassID": "b7288c5e-f253-41a5-881e-04bb81782a01",
"StartDate": "2025-11-08T14:56:38.5421863-05:00",
"EndDate": "2025-11-08T14:56:38.5421863-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9bc2fe35-41db-41d3-bb79-a672c3d343bb",
"Used": true,
"UsedDateTime": "2025-11-08T14:56:38.5421863-05:00",
"InventoryItemID": "7ed319e8-598c-4bb9-9e9a-1c7aebd5e0ab"
}
]