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": "1142e834-fc82-40fa-9afd-3129ea093bb8",
"Code": "sample string 2",
"TrainingTypeID": "f9de66dc-e068-4e3e-9ddf-129bcc14bd79",
"TrainingClassID": "69ea1400-0b18-4c40-9483-44aa326e970d",
"StartDate": "2026-05-27T05:35:59.3674323-04:00",
"EndDate": "2026-05-27T05:35:59.3674323-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cf25d3dc-c0a7-40b5-afe4-c3c6321f426a",
"Used": true,
"UsedDateTime": "2026-05-27T05:35:59.3674323-04:00",
"InventoryItemID": "2a698c65-9da0-460b-9e47-7ff7bc16f894"
},
{
"DiscountCodeID": "1142e834-fc82-40fa-9afd-3129ea093bb8",
"Code": "sample string 2",
"TrainingTypeID": "f9de66dc-e068-4e3e-9ddf-129bcc14bd79",
"TrainingClassID": "69ea1400-0b18-4c40-9483-44aa326e970d",
"StartDate": "2026-05-27T05:35:59.3674323-04:00",
"EndDate": "2026-05-27T05:35:59.3674323-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cf25d3dc-c0a7-40b5-afe4-c3c6321f426a",
"Used": true,
"UsedDateTime": "2026-05-27T05:35:59.3674323-04:00",
"InventoryItemID": "2a698c65-9da0-460b-9e47-7ff7bc16f894"
},
{
"DiscountCodeID": "1142e834-fc82-40fa-9afd-3129ea093bb8",
"Code": "sample string 2",
"TrainingTypeID": "f9de66dc-e068-4e3e-9ddf-129bcc14bd79",
"TrainingClassID": "69ea1400-0b18-4c40-9483-44aa326e970d",
"StartDate": "2026-05-27T05:35:59.3674323-04:00",
"EndDate": "2026-05-27T05:35:59.3674323-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "cf25d3dc-c0a7-40b5-afe4-c3c6321f426a",
"Used": true,
"UsedDateTime": "2026-05-27T05:35:59.3674323-04:00",
"InventoryItemID": "2a698c65-9da0-460b-9e47-7ff7bc16f894"
}
]