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": "bba96640-93dd-4d79-b1e3-9f36c68aeb45",
"Code": "sample string 2",
"TrainingTypeID": "93a10eb7-2df4-4aa7-857d-22e266131328",
"TrainingClassID": "e2ea88fa-1b54-432e-9234-052d118bb66e",
"StartDate": "2026-06-08T10:51:58.0740097-04:00",
"EndDate": "2026-06-08T10:51:58.0740097-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0421b324-89fc-4f97-9314-ace372dd5d9a",
"Used": true,
"UsedDateTime": "2026-06-08T10:51:58.0740097-04:00",
"InventoryItemID": "641b8b23-e045-4e22-a7aa-4ef4237cb16e"
},
{
"DiscountCodeID": "bba96640-93dd-4d79-b1e3-9f36c68aeb45",
"Code": "sample string 2",
"TrainingTypeID": "93a10eb7-2df4-4aa7-857d-22e266131328",
"TrainingClassID": "e2ea88fa-1b54-432e-9234-052d118bb66e",
"StartDate": "2026-06-08T10:51:58.0740097-04:00",
"EndDate": "2026-06-08T10:51:58.0740097-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0421b324-89fc-4f97-9314-ace372dd5d9a",
"Used": true,
"UsedDateTime": "2026-06-08T10:51:58.0740097-04:00",
"InventoryItemID": "641b8b23-e045-4e22-a7aa-4ef4237cb16e"
},
{
"DiscountCodeID": "bba96640-93dd-4d79-b1e3-9f36c68aeb45",
"Code": "sample string 2",
"TrainingTypeID": "93a10eb7-2df4-4aa7-857d-22e266131328",
"TrainingClassID": "e2ea88fa-1b54-432e-9234-052d118bb66e",
"StartDate": "2026-06-08T10:51:58.0740097-04:00",
"EndDate": "2026-06-08T10:51:58.0740097-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0421b324-89fc-4f97-9314-ace372dd5d9a",
"Used": true,
"UsedDateTime": "2026-06-08T10:51:58.0740097-04:00",
"InventoryItemID": "641b8b23-e045-4e22-a7aa-4ef4237cb16e"
}
]