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": "f533ffcd-dcc6-46d1-84b0-b308735be230",
"Code": "sample string 2",
"TrainingTypeID": "9e5a70c8-811b-4295-afb0-cbbc13a4d832",
"TrainingClassID": "40bcf477-ba42-4888-a5f8-6a7d806a24f8",
"StartDate": "2026-04-17T14:05:59.8532917-04:00",
"EndDate": "2026-04-17T14:05:59.8532917-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5b754bd1-d783-447c-93fb-454a7e50a675",
"Used": true,
"UsedDateTime": "2026-04-17T14:05:59.8532917-04:00",
"InventoryItemID": "1264ecaa-2d16-4201-a0e7-5dca51b07d1d"
},
{
"DiscountCodeID": "f533ffcd-dcc6-46d1-84b0-b308735be230",
"Code": "sample string 2",
"TrainingTypeID": "9e5a70c8-811b-4295-afb0-cbbc13a4d832",
"TrainingClassID": "40bcf477-ba42-4888-a5f8-6a7d806a24f8",
"StartDate": "2026-04-17T14:05:59.8532917-04:00",
"EndDate": "2026-04-17T14:05:59.8532917-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5b754bd1-d783-447c-93fb-454a7e50a675",
"Used": true,
"UsedDateTime": "2026-04-17T14:05:59.8532917-04:00",
"InventoryItemID": "1264ecaa-2d16-4201-a0e7-5dca51b07d1d"
},
{
"DiscountCodeID": "f533ffcd-dcc6-46d1-84b0-b308735be230",
"Code": "sample string 2",
"TrainingTypeID": "9e5a70c8-811b-4295-afb0-cbbc13a4d832",
"TrainingClassID": "40bcf477-ba42-4888-a5f8-6a7d806a24f8",
"StartDate": "2026-04-17T14:05:59.8532917-04:00",
"EndDate": "2026-04-17T14:05:59.8532917-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5b754bd1-d783-447c-93fb-454a7e50a675",
"Used": true,
"UsedDateTime": "2026-04-17T14:05:59.8532917-04:00",
"InventoryItemID": "1264ecaa-2d16-4201-a0e7-5dca51b07d1d"
}
]