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": "846d912e-f080-45af-9cb5-8331dd2130ff",
"Code": "sample string 2",
"TrainingTypeID": "50d4ed74-e9f0-4201-ab49-b551972ffb0a",
"TrainingClassID": "7f57fae0-5907-4c77-8e51-36d64b004a63",
"StartDate": "2026-08-17T16:43:54.8367825-04:00",
"EndDate": "2026-08-17T16:43:54.8367825-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9f16dc9f-1114-4aa3-9fc9-8290a16f9218",
"Used": true,
"UsedDateTime": "2026-08-17T16:43:54.8367825-04:00",
"InventoryItemID": "0a60685c-1021-4920-a8a6-1d5786a5aa9a"
},
{
"DiscountCodeID": "846d912e-f080-45af-9cb5-8331dd2130ff",
"Code": "sample string 2",
"TrainingTypeID": "50d4ed74-e9f0-4201-ab49-b551972ffb0a",
"TrainingClassID": "7f57fae0-5907-4c77-8e51-36d64b004a63",
"StartDate": "2026-08-17T16:43:54.8367825-04:00",
"EndDate": "2026-08-17T16:43:54.8367825-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9f16dc9f-1114-4aa3-9fc9-8290a16f9218",
"Used": true,
"UsedDateTime": "2026-08-17T16:43:54.8367825-04:00",
"InventoryItemID": "0a60685c-1021-4920-a8a6-1d5786a5aa9a"
},
{
"DiscountCodeID": "846d912e-f080-45af-9cb5-8331dd2130ff",
"Code": "sample string 2",
"TrainingTypeID": "50d4ed74-e9f0-4201-ab49-b551972ffb0a",
"TrainingClassID": "7f57fae0-5907-4c77-8e51-36d64b004a63",
"StartDate": "2026-08-17T16:43:54.8367825-04:00",
"EndDate": "2026-08-17T16:43:54.8367825-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9f16dc9f-1114-4aa3-9fc9-8290a16f9218",
"Used": true,
"UsedDateTime": "2026-08-17T16:43:54.8367825-04:00",
"InventoryItemID": "0a60685c-1021-4920-a8a6-1d5786a5aa9a"
}
]