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": "6ac87400-65f7-41f7-9aeb-2378123fe514",
"Code": "sample string 2",
"TrainingTypeID": "f9b7a426-6387-4501-a133-9138814f8904",
"TrainingClassID": "cadd9da7-3b77-40da-be85-f6dbbc3cf829",
"StartDate": "2026-07-15T06:58:52.3374365-04:00",
"EndDate": "2026-07-15T06:58:52.3374365-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "636a0f9d-9026-401c-b5c8-45d3ed530769",
"Used": true,
"UsedDateTime": "2026-07-15T06:58:52.3374365-04:00",
"InventoryItemID": "07ff2200-8611-4d5c-a587-effcd5faadbd"
},
{
"DiscountCodeID": "6ac87400-65f7-41f7-9aeb-2378123fe514",
"Code": "sample string 2",
"TrainingTypeID": "f9b7a426-6387-4501-a133-9138814f8904",
"TrainingClassID": "cadd9da7-3b77-40da-be85-f6dbbc3cf829",
"StartDate": "2026-07-15T06:58:52.3374365-04:00",
"EndDate": "2026-07-15T06:58:52.3374365-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "636a0f9d-9026-401c-b5c8-45d3ed530769",
"Used": true,
"UsedDateTime": "2026-07-15T06:58:52.3374365-04:00",
"InventoryItemID": "07ff2200-8611-4d5c-a587-effcd5faadbd"
},
{
"DiscountCodeID": "6ac87400-65f7-41f7-9aeb-2378123fe514",
"Code": "sample string 2",
"TrainingTypeID": "f9b7a426-6387-4501-a133-9138814f8904",
"TrainingClassID": "cadd9da7-3b77-40da-be85-f6dbbc3cf829",
"StartDate": "2026-07-15T06:58:52.3374365-04:00",
"EndDate": "2026-07-15T06:58:52.3374365-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "636a0f9d-9026-401c-b5c8-45d3ed530769",
"Used": true,
"UsedDateTime": "2026-07-15T06:58:52.3374365-04:00",
"InventoryItemID": "07ff2200-8611-4d5c-a587-effcd5faadbd"
}
]