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": "824b03d2-0534-42e0-a251-436018e917b9",
"Code": "sample string 2",
"TrainingTypeID": "4b63e303-e294-4187-9fb7-c9327141a95a",
"TrainingClassID": "93eba88b-e09c-4c7e-ba2f-9708868f6f49",
"StartDate": "2026-07-28T10:51:43.6326431-04:00",
"EndDate": "2026-07-28T10:51:43.6326431-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f79c9d3e-977a-4a1b-a572-14820d309420",
"Used": true,
"UsedDateTime": "2026-07-28T10:51:43.6326431-04:00",
"InventoryItemID": "3cc34310-886f-44d3-8252-d7c611b65d16"
},
{
"DiscountCodeID": "824b03d2-0534-42e0-a251-436018e917b9",
"Code": "sample string 2",
"TrainingTypeID": "4b63e303-e294-4187-9fb7-c9327141a95a",
"TrainingClassID": "93eba88b-e09c-4c7e-ba2f-9708868f6f49",
"StartDate": "2026-07-28T10:51:43.6326431-04:00",
"EndDate": "2026-07-28T10:51:43.6326431-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f79c9d3e-977a-4a1b-a572-14820d309420",
"Used": true,
"UsedDateTime": "2026-07-28T10:51:43.6326431-04:00",
"InventoryItemID": "3cc34310-886f-44d3-8252-d7c611b65d16"
},
{
"DiscountCodeID": "824b03d2-0534-42e0-a251-436018e917b9",
"Code": "sample string 2",
"TrainingTypeID": "4b63e303-e294-4187-9fb7-c9327141a95a",
"TrainingClassID": "93eba88b-e09c-4c7e-ba2f-9708868f6f49",
"StartDate": "2026-07-28T10:51:43.6326431-04:00",
"EndDate": "2026-07-28T10:51:43.6326431-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f79c9d3e-977a-4a1b-a572-14820d309420",
"Used": true,
"UsedDateTime": "2026-07-28T10:51:43.6326431-04:00",
"InventoryItemID": "3cc34310-886f-44d3-8252-d7c611b65d16"
}
]