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": "4caf7870-31f6-4171-9d68-40c7c1074fbe",
"Code": "sample string 2",
"TrainingTypeID": "5519fb74-fc26-4a12-9191-0dbe08e5ec50",
"TrainingClassID": "8dbf67a5-b77c-46a2-aab8-e66a36c594b6",
"StartDate": "2025-11-10T21:52:09.3472837-05:00",
"EndDate": "2025-11-10T21:52:09.3472837-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a4615ee5-8daa-4853-9117-fca82b9e0547",
"Used": true,
"UsedDateTime": "2025-11-10T21:52:09.3472837-05:00",
"InventoryItemID": "a09c61ad-fb7d-447a-8690-1e6c359e7918"
},
{
"DiscountCodeID": "4caf7870-31f6-4171-9d68-40c7c1074fbe",
"Code": "sample string 2",
"TrainingTypeID": "5519fb74-fc26-4a12-9191-0dbe08e5ec50",
"TrainingClassID": "8dbf67a5-b77c-46a2-aab8-e66a36c594b6",
"StartDate": "2025-11-10T21:52:09.3472837-05:00",
"EndDate": "2025-11-10T21:52:09.3472837-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a4615ee5-8daa-4853-9117-fca82b9e0547",
"Used": true,
"UsedDateTime": "2025-11-10T21:52:09.3472837-05:00",
"InventoryItemID": "a09c61ad-fb7d-447a-8690-1e6c359e7918"
},
{
"DiscountCodeID": "4caf7870-31f6-4171-9d68-40c7c1074fbe",
"Code": "sample string 2",
"TrainingTypeID": "5519fb74-fc26-4a12-9191-0dbe08e5ec50",
"TrainingClassID": "8dbf67a5-b77c-46a2-aab8-e66a36c594b6",
"StartDate": "2025-11-10T21:52:09.3472837-05:00",
"EndDate": "2025-11-10T21:52:09.3472837-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a4615ee5-8daa-4853-9117-fca82b9e0547",
"Used": true,
"UsedDateTime": "2025-11-10T21:52:09.3472837-05:00",
"InventoryItemID": "a09c61ad-fb7d-447a-8690-1e6c359e7918"
}
]