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": "2579683d-22d4-45e8-ae8e-47308c38c6d9",
"Code": "sample string 2",
"TrainingTypeID": "552cd8f7-87cf-4b19-bb23-2a9494519c57",
"TrainingClassID": "40b3db71-1627-4883-9e86-2953f4f611aa",
"StartDate": "2026-06-02T21:16:02.2984262-04:00",
"EndDate": "2026-06-02T21:16:02.2984262-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bddcd423-5300-46da-bfe9-6f69a85cfd10",
"Used": true,
"UsedDateTime": "2026-06-02T21:16:02.3140513-04:00",
"InventoryItemID": "e1a2f226-dd02-43be-9af2-27ee7e3ab963"
},
{
"DiscountCodeID": "2579683d-22d4-45e8-ae8e-47308c38c6d9",
"Code": "sample string 2",
"TrainingTypeID": "552cd8f7-87cf-4b19-bb23-2a9494519c57",
"TrainingClassID": "40b3db71-1627-4883-9e86-2953f4f611aa",
"StartDate": "2026-06-02T21:16:02.2984262-04:00",
"EndDate": "2026-06-02T21:16:02.2984262-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bddcd423-5300-46da-bfe9-6f69a85cfd10",
"Used": true,
"UsedDateTime": "2026-06-02T21:16:02.3140513-04:00",
"InventoryItemID": "e1a2f226-dd02-43be-9af2-27ee7e3ab963"
},
{
"DiscountCodeID": "2579683d-22d4-45e8-ae8e-47308c38c6d9",
"Code": "sample string 2",
"TrainingTypeID": "552cd8f7-87cf-4b19-bb23-2a9494519c57",
"TrainingClassID": "40b3db71-1627-4883-9e86-2953f4f611aa",
"StartDate": "2026-06-02T21:16:02.2984262-04:00",
"EndDate": "2026-06-02T21:16:02.2984262-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "bddcd423-5300-46da-bfe9-6f69a85cfd10",
"Used": true,
"UsedDateTime": "2026-06-02T21:16:02.3140513-04:00",
"InventoryItemID": "e1a2f226-dd02-43be-9af2-27ee7e3ab963"
}
]