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": "42d2310a-721e-458a-bbc8-4f54ca01e0af",
"Code": "sample string 2",
"TrainingTypeID": "fe0dd12f-fe20-4ff6-aa5d-080080d8f55d",
"TrainingClassID": "3d1ed4c6-facc-4625-a734-9910eed89170",
"StartDate": "2026-07-22T15:27:29.36837-04:00",
"EndDate": "2026-07-22T15:27:29.36837-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "62ba3806-3710-4f04-9475-f60915e39661",
"Used": true,
"UsedDateTime": "2026-07-22T15:27:29.36837-04:00",
"InventoryItemID": "03b41987-0c9b-40f9-8b62-02000ba33d14"
},
{
"DiscountCodeID": "42d2310a-721e-458a-bbc8-4f54ca01e0af",
"Code": "sample string 2",
"TrainingTypeID": "fe0dd12f-fe20-4ff6-aa5d-080080d8f55d",
"TrainingClassID": "3d1ed4c6-facc-4625-a734-9910eed89170",
"StartDate": "2026-07-22T15:27:29.36837-04:00",
"EndDate": "2026-07-22T15:27:29.36837-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "62ba3806-3710-4f04-9475-f60915e39661",
"Used": true,
"UsedDateTime": "2026-07-22T15:27:29.36837-04:00",
"InventoryItemID": "03b41987-0c9b-40f9-8b62-02000ba33d14"
},
{
"DiscountCodeID": "42d2310a-721e-458a-bbc8-4f54ca01e0af",
"Code": "sample string 2",
"TrainingTypeID": "fe0dd12f-fe20-4ff6-aa5d-080080d8f55d",
"TrainingClassID": "3d1ed4c6-facc-4625-a734-9910eed89170",
"StartDate": "2026-07-22T15:27:29.36837-04:00",
"EndDate": "2026-07-22T15:27:29.36837-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "62ba3806-3710-4f04-9475-f60915e39661",
"Used": true,
"UsedDateTime": "2026-07-22T15:27:29.36837-04:00",
"InventoryItemID": "03b41987-0c9b-40f9-8b62-02000ba33d14"
}
]