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": "9c4c90ac-4b7b-4aa3-a3b3-5583daceeba8",
"Code": "sample string 2",
"TrainingTypeID": "631f08ff-3a73-4e87-9cf3-85fda926cca4",
"TrainingClassID": "15a668c0-3c24-41a3-a60b-eb329e326a36",
"StartDate": "2026-06-19T05:14:48.283981-04:00",
"EndDate": "2026-06-19T05:14:48.283981-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "20cb997d-4475-44d1-83f3-dee6736c7851",
"Used": true,
"UsedDateTime": "2026-06-19T05:14:48.283981-04:00",
"InventoryItemID": "239493f6-fb24-45fd-884a-e344b5a76d93"
},
{
"DiscountCodeID": "9c4c90ac-4b7b-4aa3-a3b3-5583daceeba8",
"Code": "sample string 2",
"TrainingTypeID": "631f08ff-3a73-4e87-9cf3-85fda926cca4",
"TrainingClassID": "15a668c0-3c24-41a3-a60b-eb329e326a36",
"StartDate": "2026-06-19T05:14:48.283981-04:00",
"EndDate": "2026-06-19T05:14:48.283981-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "20cb997d-4475-44d1-83f3-dee6736c7851",
"Used": true,
"UsedDateTime": "2026-06-19T05:14:48.283981-04:00",
"InventoryItemID": "239493f6-fb24-45fd-884a-e344b5a76d93"
},
{
"DiscountCodeID": "9c4c90ac-4b7b-4aa3-a3b3-5583daceeba8",
"Code": "sample string 2",
"TrainingTypeID": "631f08ff-3a73-4e87-9cf3-85fda926cca4",
"TrainingClassID": "15a668c0-3c24-41a3-a60b-eb329e326a36",
"StartDate": "2026-06-19T05:14:48.283981-04:00",
"EndDate": "2026-06-19T05:14:48.283981-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "20cb997d-4475-44d1-83f3-dee6736c7851",
"Used": true,
"UsedDateTime": "2026-06-19T05:14:48.283981-04:00",
"InventoryItemID": "239493f6-fb24-45fd-884a-e344b5a76d93"
}
]