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": "2b1ebf11-da5c-4809-a749-7e10aed7506d",
"Code": "sample string 2",
"TrainingTypeID": "377995b8-dded-4764-8898-9599773a4927",
"TrainingClassID": "84ed91c4-2d45-4eed-afb9-b8c3b11b1f57",
"StartDate": "2026-08-08T22:32:23.1112533-04:00",
"EndDate": "2026-08-08T22:32:23.1112533-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4fddd320-2c22-43c8-9ab3-70579b12c0ed",
"Used": true,
"UsedDateTime": "2026-08-08T22:32:23.1112533-04:00",
"InventoryItemID": "1d3dcb81-108e-4e58-b1c1-79d6dfbbd888"
},
{
"DiscountCodeID": "2b1ebf11-da5c-4809-a749-7e10aed7506d",
"Code": "sample string 2",
"TrainingTypeID": "377995b8-dded-4764-8898-9599773a4927",
"TrainingClassID": "84ed91c4-2d45-4eed-afb9-b8c3b11b1f57",
"StartDate": "2026-08-08T22:32:23.1112533-04:00",
"EndDate": "2026-08-08T22:32:23.1112533-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4fddd320-2c22-43c8-9ab3-70579b12c0ed",
"Used": true,
"UsedDateTime": "2026-08-08T22:32:23.1112533-04:00",
"InventoryItemID": "1d3dcb81-108e-4e58-b1c1-79d6dfbbd888"
},
{
"DiscountCodeID": "2b1ebf11-da5c-4809-a749-7e10aed7506d",
"Code": "sample string 2",
"TrainingTypeID": "377995b8-dded-4764-8898-9599773a4927",
"TrainingClassID": "84ed91c4-2d45-4eed-afb9-b8c3b11b1f57",
"StartDate": "2026-08-08T22:32:23.1112533-04:00",
"EndDate": "2026-08-08T22:32:23.1112533-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4fddd320-2c22-43c8-9ab3-70579b12c0ed",
"Used": true,
"UsedDateTime": "2026-08-08T22:32:23.1112533-04:00",
"InventoryItemID": "1d3dcb81-108e-4e58-b1c1-79d6dfbbd888"
}
]