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": "af0a95c9-7ebf-43a9-8e76-df991130f355",
"Code": "sample string 2",
"TrainingTypeID": "0011ecdd-1354-42db-8c3f-a3fa232c4ee4",
"TrainingClassID": "5ab0786e-1c96-4899-a626-91fc870ddb2b",
"StartDate": "2026-05-27T22:27:24.120962-04:00",
"EndDate": "2026-05-27T22:27:24.120962-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "157373b2-d880-412f-97bc-9ff35ba9296a",
"Used": true,
"UsedDateTime": "2026-05-27T22:27:24.120962-04:00",
"InventoryItemID": "0e811ec9-1567-4aaa-a3c1-f99b7d8935e2"
},
{
"DiscountCodeID": "af0a95c9-7ebf-43a9-8e76-df991130f355",
"Code": "sample string 2",
"TrainingTypeID": "0011ecdd-1354-42db-8c3f-a3fa232c4ee4",
"TrainingClassID": "5ab0786e-1c96-4899-a626-91fc870ddb2b",
"StartDate": "2026-05-27T22:27:24.120962-04:00",
"EndDate": "2026-05-27T22:27:24.120962-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "157373b2-d880-412f-97bc-9ff35ba9296a",
"Used": true,
"UsedDateTime": "2026-05-27T22:27:24.120962-04:00",
"InventoryItemID": "0e811ec9-1567-4aaa-a3c1-f99b7d8935e2"
},
{
"DiscountCodeID": "af0a95c9-7ebf-43a9-8e76-df991130f355",
"Code": "sample string 2",
"TrainingTypeID": "0011ecdd-1354-42db-8c3f-a3fa232c4ee4",
"TrainingClassID": "5ab0786e-1c96-4899-a626-91fc870ddb2b",
"StartDate": "2026-05-27T22:27:24.120962-04:00",
"EndDate": "2026-05-27T22:27:24.120962-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "157373b2-d880-412f-97bc-9ff35ba9296a",
"Used": true,
"UsedDateTime": "2026-05-27T22:27:24.120962-04:00",
"InventoryItemID": "0e811ec9-1567-4aaa-a3c1-f99b7d8935e2"
}
]