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": "78dcdea1-e543-4005-8ab6-7bfad6b7b28f",
"Code": "sample string 2",
"TrainingTypeID": "dec095f8-743a-44ea-b7c8-4ae29092a6e8",
"TrainingClassID": "161a513b-9e2f-411b-998f-ebd9bb13a5d4",
"StartDate": "2026-03-01T17:17:39.9406665-05:00",
"EndDate": "2026-03-01T17:17:39.9406665-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b8e13c57-a9c9-4c82-acad-ee9d96d57619",
"Used": true,
"UsedDateTime": "2026-03-01T17:17:39.9406665-05:00",
"InventoryItemID": "db6d9864-bf7e-4768-bd95-c25c217f169e"
},
{
"DiscountCodeID": "78dcdea1-e543-4005-8ab6-7bfad6b7b28f",
"Code": "sample string 2",
"TrainingTypeID": "dec095f8-743a-44ea-b7c8-4ae29092a6e8",
"TrainingClassID": "161a513b-9e2f-411b-998f-ebd9bb13a5d4",
"StartDate": "2026-03-01T17:17:39.9406665-05:00",
"EndDate": "2026-03-01T17:17:39.9406665-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b8e13c57-a9c9-4c82-acad-ee9d96d57619",
"Used": true,
"UsedDateTime": "2026-03-01T17:17:39.9406665-05:00",
"InventoryItemID": "db6d9864-bf7e-4768-bd95-c25c217f169e"
},
{
"DiscountCodeID": "78dcdea1-e543-4005-8ab6-7bfad6b7b28f",
"Code": "sample string 2",
"TrainingTypeID": "dec095f8-743a-44ea-b7c8-4ae29092a6e8",
"TrainingClassID": "161a513b-9e2f-411b-998f-ebd9bb13a5d4",
"StartDate": "2026-03-01T17:17:39.9406665-05:00",
"EndDate": "2026-03-01T17:17:39.9406665-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b8e13c57-a9c9-4c82-acad-ee9d96d57619",
"Used": true,
"UsedDateTime": "2026-03-01T17:17:39.9406665-05:00",
"InventoryItemID": "db6d9864-bf7e-4768-bd95-c25c217f169e"
}
]