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": "d5835f7d-4cc3-44cd-a720-9b79247a5e06",
"Code": "sample string 2",
"TrainingTypeID": "5e5c9b9f-5164-4de2-9036-08f4e6bbdbee",
"TrainingClassID": "c3547240-a967-4eb0-984a-2abc1dfd76dd",
"StartDate": "2026-08-06T06:34:25.6685883-04:00",
"EndDate": "2026-08-06T06:34:25.6685883-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6e40e218-bff6-4cf6-931e-382fb765635c",
"Used": true,
"UsedDateTime": "2026-08-06T06:34:25.6685883-04:00",
"InventoryItemID": "98ec33b3-17e0-4070-8c2b-f3ec74f4a18e"
},
{
"DiscountCodeID": "d5835f7d-4cc3-44cd-a720-9b79247a5e06",
"Code": "sample string 2",
"TrainingTypeID": "5e5c9b9f-5164-4de2-9036-08f4e6bbdbee",
"TrainingClassID": "c3547240-a967-4eb0-984a-2abc1dfd76dd",
"StartDate": "2026-08-06T06:34:25.6685883-04:00",
"EndDate": "2026-08-06T06:34:25.6685883-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6e40e218-bff6-4cf6-931e-382fb765635c",
"Used": true,
"UsedDateTime": "2026-08-06T06:34:25.6685883-04:00",
"InventoryItemID": "98ec33b3-17e0-4070-8c2b-f3ec74f4a18e"
},
{
"DiscountCodeID": "d5835f7d-4cc3-44cd-a720-9b79247a5e06",
"Code": "sample string 2",
"TrainingTypeID": "5e5c9b9f-5164-4de2-9036-08f4e6bbdbee",
"TrainingClassID": "c3547240-a967-4eb0-984a-2abc1dfd76dd",
"StartDate": "2026-08-06T06:34:25.6685883-04:00",
"EndDate": "2026-08-06T06:34:25.6685883-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "6e40e218-bff6-4cf6-931e-382fb765635c",
"Used": true,
"UsedDateTime": "2026-08-06T06:34:25.6685883-04:00",
"InventoryItemID": "98ec33b3-17e0-4070-8c2b-f3ec74f4a18e"
}
]