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": "84346871-4180-4c54-8e0e-cf9601162969",
"Code": "sample string 2",
"TrainingTypeID": "5a002a1a-0891-4341-ad00-17de12f6cc1f",
"TrainingClassID": "347928b5-075a-4cd5-a251-128764f5b58f",
"StartDate": "2026-07-12T03:39:38.2911232-04:00",
"EndDate": "2026-07-12T03:39:38.2911232-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8d287808-e207-42b9-b5bd-ed8557396db4",
"Used": true,
"UsedDateTime": "2026-07-12T03:39:38.2911232-04:00",
"InventoryItemID": "c5e0ce1a-c250-4e20-8306-52d895ec7bb2"
},
{
"DiscountCodeID": "84346871-4180-4c54-8e0e-cf9601162969",
"Code": "sample string 2",
"TrainingTypeID": "5a002a1a-0891-4341-ad00-17de12f6cc1f",
"TrainingClassID": "347928b5-075a-4cd5-a251-128764f5b58f",
"StartDate": "2026-07-12T03:39:38.2911232-04:00",
"EndDate": "2026-07-12T03:39:38.2911232-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8d287808-e207-42b9-b5bd-ed8557396db4",
"Used": true,
"UsedDateTime": "2026-07-12T03:39:38.2911232-04:00",
"InventoryItemID": "c5e0ce1a-c250-4e20-8306-52d895ec7bb2"
},
{
"DiscountCodeID": "84346871-4180-4c54-8e0e-cf9601162969",
"Code": "sample string 2",
"TrainingTypeID": "5a002a1a-0891-4341-ad00-17de12f6cc1f",
"TrainingClassID": "347928b5-075a-4cd5-a251-128764f5b58f",
"StartDate": "2026-07-12T03:39:38.2911232-04:00",
"EndDate": "2026-07-12T03:39:38.2911232-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8d287808-e207-42b9-b5bd-ed8557396db4",
"Used": true,
"UsedDateTime": "2026-07-12T03:39:38.2911232-04:00",
"InventoryItemID": "c5e0ce1a-c250-4e20-8306-52d895ec7bb2"
}
]