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": "3088dd2d-fadc-4e05-af8d-93bfdba8dc82",
"Code": "sample string 2",
"TrainingTypeID": "c9005332-5ea5-4a2b-831b-5e6a5ecb5115",
"TrainingClassID": "363dfcff-6e7d-4123-9dcb-2eb941d7b868",
"StartDate": "2026-07-28T00:48:48.2051822-04:00",
"EndDate": "2026-07-28T00:48:48.2051822-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f8cbf595-a868-4838-a7d6-aa4473a7ce74",
"Used": true,
"UsedDateTime": "2026-07-28T00:48:48.2051822-04:00",
"InventoryItemID": "3d08c9b2-8cdc-4f49-8e45-f8a51e512d0d"
},
{
"DiscountCodeID": "3088dd2d-fadc-4e05-af8d-93bfdba8dc82",
"Code": "sample string 2",
"TrainingTypeID": "c9005332-5ea5-4a2b-831b-5e6a5ecb5115",
"TrainingClassID": "363dfcff-6e7d-4123-9dcb-2eb941d7b868",
"StartDate": "2026-07-28T00:48:48.2051822-04:00",
"EndDate": "2026-07-28T00:48:48.2051822-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f8cbf595-a868-4838-a7d6-aa4473a7ce74",
"Used": true,
"UsedDateTime": "2026-07-28T00:48:48.2051822-04:00",
"InventoryItemID": "3d08c9b2-8cdc-4f49-8e45-f8a51e512d0d"
},
{
"DiscountCodeID": "3088dd2d-fadc-4e05-af8d-93bfdba8dc82",
"Code": "sample string 2",
"TrainingTypeID": "c9005332-5ea5-4a2b-831b-5e6a5ecb5115",
"TrainingClassID": "363dfcff-6e7d-4123-9dcb-2eb941d7b868",
"StartDate": "2026-07-28T00:48:48.2051822-04:00",
"EndDate": "2026-07-28T00:48:48.2051822-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f8cbf595-a868-4838-a7d6-aa4473a7ce74",
"Used": true,
"UsedDateTime": "2026-07-28T00:48:48.2051822-04:00",
"InventoryItemID": "3d08c9b2-8cdc-4f49-8e45-f8a51e512d0d"
}
]