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": "b6135f23-288c-4776-aa99-9caf6ab3ae68",
"Code": "sample string 2",
"TrainingTypeID": "a90d7d88-06d2-44a5-9d47-f4e9d2fd79b0",
"TrainingClassID": "c980b2d3-8e8d-44cc-9c7a-b6187b4b7a3f",
"StartDate": "2026-05-05T16:14:58.4039157-04:00",
"EndDate": "2026-05-05T16:14:58.4039157-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "66cdfa24-3938-4acc-870e-8db9dad47ef0",
"Used": true,
"UsedDateTime": "2026-05-05T16:14:58.4039157-04:00",
"InventoryItemID": "2093da9e-ea8a-496a-9052-c11efd7ebbfb"
},
{
"DiscountCodeID": "b6135f23-288c-4776-aa99-9caf6ab3ae68",
"Code": "sample string 2",
"TrainingTypeID": "a90d7d88-06d2-44a5-9d47-f4e9d2fd79b0",
"TrainingClassID": "c980b2d3-8e8d-44cc-9c7a-b6187b4b7a3f",
"StartDate": "2026-05-05T16:14:58.4039157-04:00",
"EndDate": "2026-05-05T16:14:58.4039157-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "66cdfa24-3938-4acc-870e-8db9dad47ef0",
"Used": true,
"UsedDateTime": "2026-05-05T16:14:58.4039157-04:00",
"InventoryItemID": "2093da9e-ea8a-496a-9052-c11efd7ebbfb"
},
{
"DiscountCodeID": "b6135f23-288c-4776-aa99-9caf6ab3ae68",
"Code": "sample string 2",
"TrainingTypeID": "a90d7d88-06d2-44a5-9d47-f4e9d2fd79b0",
"TrainingClassID": "c980b2d3-8e8d-44cc-9c7a-b6187b4b7a3f",
"StartDate": "2026-05-05T16:14:58.4039157-04:00",
"EndDate": "2026-05-05T16:14:58.4039157-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "66cdfa24-3938-4acc-870e-8db9dad47ef0",
"Used": true,
"UsedDateTime": "2026-05-05T16:14:58.4039157-04:00",
"InventoryItemID": "2093da9e-ea8a-496a-9052-c11efd7ebbfb"
}
]