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": "fcc441a7-3ade-4429-a510-6aae24c2647d",
"Code": "sample string 2",
"TrainingTypeID": "a7837ddd-22de-45f2-a8db-2fb8cf4101d5",
"TrainingClassID": "c99ee330-3d1a-47c5-93fb-2bd6af652a98",
"StartDate": "2026-06-01T22:02:48.8564172-04:00",
"EndDate": "2026-06-01T22:02:48.8564172-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9776a2c5-4e1f-4333-b258-e1aecd00e124",
"Used": true,
"UsedDateTime": "2026-06-01T22:02:48.8564172-04:00",
"InventoryItemID": "59486b9e-b316-49c7-820d-6d85c2322822"
},
{
"DiscountCodeID": "fcc441a7-3ade-4429-a510-6aae24c2647d",
"Code": "sample string 2",
"TrainingTypeID": "a7837ddd-22de-45f2-a8db-2fb8cf4101d5",
"TrainingClassID": "c99ee330-3d1a-47c5-93fb-2bd6af652a98",
"StartDate": "2026-06-01T22:02:48.8564172-04:00",
"EndDate": "2026-06-01T22:02:48.8564172-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9776a2c5-4e1f-4333-b258-e1aecd00e124",
"Used": true,
"UsedDateTime": "2026-06-01T22:02:48.8564172-04:00",
"InventoryItemID": "59486b9e-b316-49c7-820d-6d85c2322822"
},
{
"DiscountCodeID": "fcc441a7-3ade-4429-a510-6aae24c2647d",
"Code": "sample string 2",
"TrainingTypeID": "a7837ddd-22de-45f2-a8db-2fb8cf4101d5",
"TrainingClassID": "c99ee330-3d1a-47c5-93fb-2bd6af652a98",
"StartDate": "2026-06-01T22:02:48.8564172-04:00",
"EndDate": "2026-06-01T22:02:48.8564172-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9776a2c5-4e1f-4333-b258-e1aecd00e124",
"Used": true,
"UsedDateTime": "2026-06-01T22:02:48.8564172-04:00",
"InventoryItemID": "59486b9e-b316-49c7-820d-6d85c2322822"
}
]