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": "75337520-41ba-409a-98c6-5e2f1f043ba7",
"Code": "sample string 2",
"TrainingTypeID": "5817b314-5076-4f4b-b7e0-c7c64689f25f",
"TrainingClassID": "2a7625ca-1f89-450f-a026-8c48595d22bc",
"StartDate": "2026-09-10T03:39:19.6549587-04:00",
"EndDate": "2026-09-10T03:39:19.6549587-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c2609050-86c2-4d52-b06e-51c44ca76bf6",
"Used": true,
"UsedDateTime": "2026-09-10T03:39:19.6549587-04:00",
"InventoryItemID": "e1d2c3d5-2058-4cf9-bcef-cbf932eea125"
},
{
"DiscountCodeID": "75337520-41ba-409a-98c6-5e2f1f043ba7",
"Code": "sample string 2",
"TrainingTypeID": "5817b314-5076-4f4b-b7e0-c7c64689f25f",
"TrainingClassID": "2a7625ca-1f89-450f-a026-8c48595d22bc",
"StartDate": "2026-09-10T03:39:19.6549587-04:00",
"EndDate": "2026-09-10T03:39:19.6549587-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c2609050-86c2-4d52-b06e-51c44ca76bf6",
"Used": true,
"UsedDateTime": "2026-09-10T03:39:19.6549587-04:00",
"InventoryItemID": "e1d2c3d5-2058-4cf9-bcef-cbf932eea125"
},
{
"DiscountCodeID": "75337520-41ba-409a-98c6-5e2f1f043ba7",
"Code": "sample string 2",
"TrainingTypeID": "5817b314-5076-4f4b-b7e0-c7c64689f25f",
"TrainingClassID": "2a7625ca-1f89-450f-a026-8c48595d22bc",
"StartDate": "2026-09-10T03:39:19.6549587-04:00",
"EndDate": "2026-09-10T03:39:19.6549587-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c2609050-86c2-4d52-b06e-51c44ca76bf6",
"Used": true,
"UsedDateTime": "2026-09-10T03:39:19.6549587-04:00",
"InventoryItemID": "e1d2c3d5-2058-4cf9-bcef-cbf932eea125"
}
]