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": "7a48095f-ea5a-445e-8fcb-aebfddf9167d",
"Code": "sample string 2",
"TrainingTypeID": "1f60ba00-3031-4ede-8a32-83f632dd0047",
"TrainingClassID": "a0bbdfae-a994-4169-9daf-d9b864dddccf",
"StartDate": "2026-06-15T09:56:46.927501-04:00",
"EndDate": "2026-06-15T09:56:46.927501-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "81951145-a62e-48b1-a9c7-851ac7c76562",
"Used": true,
"UsedDateTime": "2026-06-15T09:56:46.927501-04:00",
"InventoryItemID": "e5802dd8-fa5b-484f-9bbe-0326c793ae40"
},
{
"DiscountCodeID": "7a48095f-ea5a-445e-8fcb-aebfddf9167d",
"Code": "sample string 2",
"TrainingTypeID": "1f60ba00-3031-4ede-8a32-83f632dd0047",
"TrainingClassID": "a0bbdfae-a994-4169-9daf-d9b864dddccf",
"StartDate": "2026-06-15T09:56:46.927501-04:00",
"EndDate": "2026-06-15T09:56:46.927501-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "81951145-a62e-48b1-a9c7-851ac7c76562",
"Used": true,
"UsedDateTime": "2026-06-15T09:56:46.927501-04:00",
"InventoryItemID": "e5802dd8-fa5b-484f-9bbe-0326c793ae40"
},
{
"DiscountCodeID": "7a48095f-ea5a-445e-8fcb-aebfddf9167d",
"Code": "sample string 2",
"TrainingTypeID": "1f60ba00-3031-4ede-8a32-83f632dd0047",
"TrainingClassID": "a0bbdfae-a994-4169-9daf-d9b864dddccf",
"StartDate": "2026-06-15T09:56:46.927501-04:00",
"EndDate": "2026-06-15T09:56:46.927501-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "81951145-a62e-48b1-a9c7-851ac7c76562",
"Used": true,
"UsedDateTime": "2026-06-15T09:56:46.927501-04:00",
"InventoryItemID": "e5802dd8-fa5b-484f-9bbe-0326c793ae40"
}
]