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": "a68c6c00-5b64-479a-95fd-ef137d232078",
"Code": "sample string 2",
"TrainingTypeID": "5fbe0bbf-57e5-466b-9ece-da3379019b76",
"TrainingClassID": "aebf1919-b2cc-4e97-aeea-b3ff3fbdc5e6",
"StartDate": "2026-08-18T05:23:44.2430543-04:00",
"EndDate": "2026-08-18T05:23:44.2430543-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "42ebf7ec-cd44-46f9-baed-7855e1340bd1",
"Used": true,
"UsedDateTime": "2026-08-18T05:23:44.2430543-04:00",
"InventoryItemID": "0ce99fde-c61f-4310-bcb3-e1825db97a53"
},
{
"DiscountCodeID": "a68c6c00-5b64-479a-95fd-ef137d232078",
"Code": "sample string 2",
"TrainingTypeID": "5fbe0bbf-57e5-466b-9ece-da3379019b76",
"TrainingClassID": "aebf1919-b2cc-4e97-aeea-b3ff3fbdc5e6",
"StartDate": "2026-08-18T05:23:44.2430543-04:00",
"EndDate": "2026-08-18T05:23:44.2430543-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "42ebf7ec-cd44-46f9-baed-7855e1340bd1",
"Used": true,
"UsedDateTime": "2026-08-18T05:23:44.2430543-04:00",
"InventoryItemID": "0ce99fde-c61f-4310-bcb3-e1825db97a53"
},
{
"DiscountCodeID": "a68c6c00-5b64-479a-95fd-ef137d232078",
"Code": "sample string 2",
"TrainingTypeID": "5fbe0bbf-57e5-466b-9ece-da3379019b76",
"TrainingClassID": "aebf1919-b2cc-4e97-aeea-b3ff3fbdc5e6",
"StartDate": "2026-08-18T05:23:44.2430543-04:00",
"EndDate": "2026-08-18T05:23:44.2430543-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "42ebf7ec-cd44-46f9-baed-7855e1340bd1",
"Used": true,
"UsedDateTime": "2026-08-18T05:23:44.2430543-04:00",
"InventoryItemID": "0ce99fde-c61f-4310-bcb3-e1825db97a53"
}
]