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": "f50326e5-96ea-4bfb-95db-134c23ec5b59",
"Code": "sample string 2",
"TrainingTypeID": "bafbe726-52bd-45ed-a5c6-aa5d0f323d0e",
"TrainingClassID": "5bd42250-78d8-4cfd-a4d9-cf031acf4fc3",
"StartDate": "2026-06-02T04:46:08.4615407-04:00",
"EndDate": "2026-06-02T04:46:08.4615407-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9ca83a55-219b-4748-89da-54119938a71e",
"Used": true,
"UsedDateTime": "2026-06-02T04:46:08.4615407-04:00",
"InventoryItemID": "5c811772-9107-4ec0-8c9d-4479ce9fe2e2"
},
{
"DiscountCodeID": "f50326e5-96ea-4bfb-95db-134c23ec5b59",
"Code": "sample string 2",
"TrainingTypeID": "bafbe726-52bd-45ed-a5c6-aa5d0f323d0e",
"TrainingClassID": "5bd42250-78d8-4cfd-a4d9-cf031acf4fc3",
"StartDate": "2026-06-02T04:46:08.4615407-04:00",
"EndDate": "2026-06-02T04:46:08.4615407-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9ca83a55-219b-4748-89da-54119938a71e",
"Used": true,
"UsedDateTime": "2026-06-02T04:46:08.4615407-04:00",
"InventoryItemID": "5c811772-9107-4ec0-8c9d-4479ce9fe2e2"
},
{
"DiscountCodeID": "f50326e5-96ea-4bfb-95db-134c23ec5b59",
"Code": "sample string 2",
"TrainingTypeID": "bafbe726-52bd-45ed-a5c6-aa5d0f323d0e",
"TrainingClassID": "5bd42250-78d8-4cfd-a4d9-cf031acf4fc3",
"StartDate": "2026-06-02T04:46:08.4615407-04:00",
"EndDate": "2026-06-02T04:46:08.4615407-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9ca83a55-219b-4748-89da-54119938a71e",
"Used": true,
"UsedDateTime": "2026-06-02T04:46:08.4615407-04:00",
"InventoryItemID": "5c811772-9107-4ec0-8c9d-4479ce9fe2e2"
}
]