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": "0f89d1df-3c67-4f95-b9f1-89dacfbbb4ce",
"Code": "sample string 2",
"TrainingTypeID": "a9c5f5f8-27d7-449d-805c-ca94db964a7f",
"TrainingClassID": "f52aa4ca-f098-43ea-8bda-eb8a0f33efd0",
"StartDate": "2026-09-20T05:58:12.5857177-04:00",
"EndDate": "2026-09-20T05:58:12.5857177-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b38fec19-6367-42ed-a23e-1ededa836672",
"Used": true,
"UsedDateTime": "2026-09-20T05:58:12.5857177-04:00",
"InventoryItemID": "ee62e8ed-75ba-4e8a-aa1f-6c1938628c97"
},
{
"DiscountCodeID": "0f89d1df-3c67-4f95-b9f1-89dacfbbb4ce",
"Code": "sample string 2",
"TrainingTypeID": "a9c5f5f8-27d7-449d-805c-ca94db964a7f",
"TrainingClassID": "f52aa4ca-f098-43ea-8bda-eb8a0f33efd0",
"StartDate": "2026-09-20T05:58:12.5857177-04:00",
"EndDate": "2026-09-20T05:58:12.5857177-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b38fec19-6367-42ed-a23e-1ededa836672",
"Used": true,
"UsedDateTime": "2026-09-20T05:58:12.5857177-04:00",
"InventoryItemID": "ee62e8ed-75ba-4e8a-aa1f-6c1938628c97"
},
{
"DiscountCodeID": "0f89d1df-3c67-4f95-b9f1-89dacfbbb4ce",
"Code": "sample string 2",
"TrainingTypeID": "a9c5f5f8-27d7-449d-805c-ca94db964a7f",
"TrainingClassID": "f52aa4ca-f098-43ea-8bda-eb8a0f33efd0",
"StartDate": "2026-09-20T05:58:12.5857177-04:00",
"EndDate": "2026-09-20T05:58:12.5857177-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b38fec19-6367-42ed-a23e-1ededa836672",
"Used": true,
"UsedDateTime": "2026-09-20T05:58:12.5857177-04:00",
"InventoryItemID": "ee62e8ed-75ba-4e8a-aa1f-6c1938628c97"
}
]