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": "f324f4f2-57c5-4837-86f8-ff4b035fdf92",
"Code": "sample string 2",
"TrainingTypeID": "cbe0d3b0-8d40-4d42-b342-62b87b17f0aa",
"TrainingClassID": "44720fbb-e192-48a2-9cfb-e8c79588b3dc",
"StartDate": "2026-09-11T07:35:14.1381904-04:00",
"EndDate": "2026-09-11T07:35:14.1381904-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ffab509f-c2d9-4c79-a21a-492b4720adc2",
"Used": true,
"UsedDateTime": "2026-09-11T07:35:14.1381904-04:00",
"InventoryItemID": "29e71dda-de75-4ac2-962f-6b5f96050b15"
},
{
"DiscountCodeID": "f324f4f2-57c5-4837-86f8-ff4b035fdf92",
"Code": "sample string 2",
"TrainingTypeID": "cbe0d3b0-8d40-4d42-b342-62b87b17f0aa",
"TrainingClassID": "44720fbb-e192-48a2-9cfb-e8c79588b3dc",
"StartDate": "2026-09-11T07:35:14.1381904-04:00",
"EndDate": "2026-09-11T07:35:14.1381904-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ffab509f-c2d9-4c79-a21a-492b4720adc2",
"Used": true,
"UsedDateTime": "2026-09-11T07:35:14.1381904-04:00",
"InventoryItemID": "29e71dda-de75-4ac2-962f-6b5f96050b15"
},
{
"DiscountCodeID": "f324f4f2-57c5-4837-86f8-ff4b035fdf92",
"Code": "sample string 2",
"TrainingTypeID": "cbe0d3b0-8d40-4d42-b342-62b87b17f0aa",
"TrainingClassID": "44720fbb-e192-48a2-9cfb-e8c79588b3dc",
"StartDate": "2026-09-11T07:35:14.1381904-04:00",
"EndDate": "2026-09-11T07:35:14.1381904-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ffab509f-c2d9-4c79-a21a-492b4720adc2",
"Used": true,
"UsedDateTime": "2026-09-11T07:35:14.1381904-04:00",
"InventoryItemID": "29e71dda-de75-4ac2-962f-6b5f96050b15"
}
]