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": "b53807b4-8974-48dc-8a93-6c142b323e25",
"Code": "sample string 2",
"TrainingTypeID": "cbe27d1e-4d0a-457f-a22f-40649015f558",
"TrainingClassID": "8d04c03a-af6f-4032-a109-45bb67f48e05",
"StartDate": "2026-08-09T23:16:40.8064561-04:00",
"EndDate": "2026-08-09T23:16:40.8064561-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "64867821-8257-4803-890b-bb6e37452a9c",
"Used": true,
"UsedDateTime": "2026-08-09T23:16:40.8064561-04:00",
"InventoryItemID": "2b4eb727-79b6-4038-be3d-e3ae24a12cca"
},
{
"DiscountCodeID": "b53807b4-8974-48dc-8a93-6c142b323e25",
"Code": "sample string 2",
"TrainingTypeID": "cbe27d1e-4d0a-457f-a22f-40649015f558",
"TrainingClassID": "8d04c03a-af6f-4032-a109-45bb67f48e05",
"StartDate": "2026-08-09T23:16:40.8064561-04:00",
"EndDate": "2026-08-09T23:16:40.8064561-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "64867821-8257-4803-890b-bb6e37452a9c",
"Used": true,
"UsedDateTime": "2026-08-09T23:16:40.8064561-04:00",
"InventoryItemID": "2b4eb727-79b6-4038-be3d-e3ae24a12cca"
},
{
"DiscountCodeID": "b53807b4-8974-48dc-8a93-6c142b323e25",
"Code": "sample string 2",
"TrainingTypeID": "cbe27d1e-4d0a-457f-a22f-40649015f558",
"TrainingClassID": "8d04c03a-af6f-4032-a109-45bb67f48e05",
"StartDate": "2026-08-09T23:16:40.8064561-04:00",
"EndDate": "2026-08-09T23:16:40.8064561-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "64867821-8257-4803-890b-bb6e37452a9c",
"Used": true,
"UsedDateTime": "2026-08-09T23:16:40.8064561-04:00",
"InventoryItemID": "2b4eb727-79b6-4038-be3d-e3ae24a12cca"
}
]