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": "cb0b8170-2e98-48fb-bee6-f0d9d16324b1",
"Code": "sample string 2",
"TrainingTypeID": "c134fc9a-ea21-448f-b979-d1cf9a309bef",
"TrainingClassID": "f91292bf-cf9b-4e14-a63c-307490e3fc01",
"StartDate": "2026-07-21T00:55:51.9577818-04:00",
"EndDate": "2026-07-21T00:55:51.9577818-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a67da3c8-1c1a-4dd4-b98e-f7d39ec2933a",
"Used": true,
"UsedDateTime": "2026-07-21T00:55:51.9577818-04:00",
"InventoryItemID": "4640dd7f-d4f4-43e8-a962-99868b7f84db"
},
{
"DiscountCodeID": "cb0b8170-2e98-48fb-bee6-f0d9d16324b1",
"Code": "sample string 2",
"TrainingTypeID": "c134fc9a-ea21-448f-b979-d1cf9a309bef",
"TrainingClassID": "f91292bf-cf9b-4e14-a63c-307490e3fc01",
"StartDate": "2026-07-21T00:55:51.9577818-04:00",
"EndDate": "2026-07-21T00:55:51.9577818-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a67da3c8-1c1a-4dd4-b98e-f7d39ec2933a",
"Used": true,
"UsedDateTime": "2026-07-21T00:55:51.9577818-04:00",
"InventoryItemID": "4640dd7f-d4f4-43e8-a962-99868b7f84db"
},
{
"DiscountCodeID": "cb0b8170-2e98-48fb-bee6-f0d9d16324b1",
"Code": "sample string 2",
"TrainingTypeID": "c134fc9a-ea21-448f-b979-d1cf9a309bef",
"TrainingClassID": "f91292bf-cf9b-4e14-a63c-307490e3fc01",
"StartDate": "2026-07-21T00:55:51.9577818-04:00",
"EndDate": "2026-07-21T00:55:51.9577818-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a67da3c8-1c1a-4dd4-b98e-f7d39ec2933a",
"Used": true,
"UsedDateTime": "2026-07-21T00:55:51.9577818-04:00",
"InventoryItemID": "4640dd7f-d4f4-43e8-a962-99868b7f84db"
}
]