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": "3ce547c3-1be6-47bc-92dd-4e5cdfa0a00e",
"Code": "sample string 2",
"TrainingTypeID": "49adbba7-56b7-418d-9c74-22e1b66929a5",
"TrainingClassID": "f203a2d5-eca6-4b4f-b207-91a4c32af614",
"StartDate": "2026-07-03T00:01:57.1283712-04:00",
"EndDate": "2026-07-03T00:01:57.1283712-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8406bf08-6dc4-4c54-95d3-6b4b2aed6ecd",
"Used": true,
"UsedDateTime": "2026-07-03T00:01:57.1283712-04:00",
"InventoryItemID": "1484362e-35be-4786-8e53-4f1be2023c3a"
},
{
"DiscountCodeID": "3ce547c3-1be6-47bc-92dd-4e5cdfa0a00e",
"Code": "sample string 2",
"TrainingTypeID": "49adbba7-56b7-418d-9c74-22e1b66929a5",
"TrainingClassID": "f203a2d5-eca6-4b4f-b207-91a4c32af614",
"StartDate": "2026-07-03T00:01:57.1283712-04:00",
"EndDate": "2026-07-03T00:01:57.1283712-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8406bf08-6dc4-4c54-95d3-6b4b2aed6ecd",
"Used": true,
"UsedDateTime": "2026-07-03T00:01:57.1283712-04:00",
"InventoryItemID": "1484362e-35be-4786-8e53-4f1be2023c3a"
},
{
"DiscountCodeID": "3ce547c3-1be6-47bc-92dd-4e5cdfa0a00e",
"Code": "sample string 2",
"TrainingTypeID": "49adbba7-56b7-418d-9c74-22e1b66929a5",
"TrainingClassID": "f203a2d5-eca6-4b4f-b207-91a4c32af614",
"StartDate": "2026-07-03T00:01:57.1283712-04:00",
"EndDate": "2026-07-03T00:01:57.1283712-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8406bf08-6dc4-4c54-95d3-6b4b2aed6ecd",
"Used": true,
"UsedDateTime": "2026-07-03T00:01:57.1283712-04:00",
"InventoryItemID": "1484362e-35be-4786-8e53-4f1be2023c3a"
}
]