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": "4b9b3cb1-d820-4437-943a-6ee411f7425a",
"Code": "sample string 2",
"TrainingTypeID": "6a286156-3cba-466e-939c-783b69884336",
"TrainingClassID": "f11428f5-6b07-4133-bd28-bebe70215a50",
"StartDate": "2026-07-23T06:22:04.9111646-04:00",
"EndDate": "2026-07-23T06:22:04.9111646-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e3b079fa-05b2-4b5f-b753-e756dbe4223d",
"Used": true,
"UsedDateTime": "2026-07-23T06:22:04.9111646-04:00",
"InventoryItemID": "e5f8ed6b-0ba0-4ee9-9903-613c653823d2"
},
{
"DiscountCodeID": "4b9b3cb1-d820-4437-943a-6ee411f7425a",
"Code": "sample string 2",
"TrainingTypeID": "6a286156-3cba-466e-939c-783b69884336",
"TrainingClassID": "f11428f5-6b07-4133-bd28-bebe70215a50",
"StartDate": "2026-07-23T06:22:04.9111646-04:00",
"EndDate": "2026-07-23T06:22:04.9111646-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e3b079fa-05b2-4b5f-b753-e756dbe4223d",
"Used": true,
"UsedDateTime": "2026-07-23T06:22:04.9111646-04:00",
"InventoryItemID": "e5f8ed6b-0ba0-4ee9-9903-613c653823d2"
},
{
"DiscountCodeID": "4b9b3cb1-d820-4437-943a-6ee411f7425a",
"Code": "sample string 2",
"TrainingTypeID": "6a286156-3cba-466e-939c-783b69884336",
"TrainingClassID": "f11428f5-6b07-4133-bd28-bebe70215a50",
"StartDate": "2026-07-23T06:22:04.9111646-04:00",
"EndDate": "2026-07-23T06:22:04.9111646-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e3b079fa-05b2-4b5f-b753-e756dbe4223d",
"Used": true,
"UsedDateTime": "2026-07-23T06:22:04.9111646-04:00",
"InventoryItemID": "e5f8ed6b-0ba0-4ee9-9903-613c653823d2"
}
]