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": "2ec5a4b6-5d1e-4125-9b54-739bd0b8a823",
"Code": "sample string 2",
"TrainingTypeID": "27891757-70a9-4bd8-8bea-d5ace313ed1a",
"TrainingClassID": "4e947a61-dbdb-461a-8c14-4ded34603c03",
"StartDate": "2026-09-19T14:55:39.6760406-04:00",
"EndDate": "2026-09-19T14:55:39.6760406-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "31325c23-f651-4454-9bec-90b2b895ed81",
"Used": true,
"UsedDateTime": "2026-09-19T14:55:39.6760406-04:00",
"InventoryItemID": "3f56091a-b920-4f7a-a649-ba20c3d35b70"
},
{
"DiscountCodeID": "2ec5a4b6-5d1e-4125-9b54-739bd0b8a823",
"Code": "sample string 2",
"TrainingTypeID": "27891757-70a9-4bd8-8bea-d5ace313ed1a",
"TrainingClassID": "4e947a61-dbdb-461a-8c14-4ded34603c03",
"StartDate": "2026-09-19T14:55:39.6760406-04:00",
"EndDate": "2026-09-19T14:55:39.6760406-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "31325c23-f651-4454-9bec-90b2b895ed81",
"Used": true,
"UsedDateTime": "2026-09-19T14:55:39.6760406-04:00",
"InventoryItemID": "3f56091a-b920-4f7a-a649-ba20c3d35b70"
},
{
"DiscountCodeID": "2ec5a4b6-5d1e-4125-9b54-739bd0b8a823",
"Code": "sample string 2",
"TrainingTypeID": "27891757-70a9-4bd8-8bea-d5ace313ed1a",
"TrainingClassID": "4e947a61-dbdb-461a-8c14-4ded34603c03",
"StartDate": "2026-09-19T14:55:39.6760406-04:00",
"EndDate": "2026-09-19T14:55:39.6760406-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "31325c23-f651-4454-9bec-90b2b895ed81",
"Used": true,
"UsedDateTime": "2026-09-19T14:55:39.6760406-04:00",
"InventoryItemID": "3f56091a-b920-4f7a-a649-ba20c3d35b70"
}
]