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": "0e4f86bf-2ef7-47ac-a7ea-4b424c2ba24a",
"Code": "sample string 2",
"TrainingTypeID": "65c3d576-9e33-467c-95a7-81b896a1e3aa",
"TrainingClassID": "b5b52991-ac1d-48a8-ae49-ff36bba2d14b",
"StartDate": "2026-07-29T14:28:43.2655085-04:00",
"EndDate": "2026-07-29T14:28:43.2655085-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "62b1bf62-76a2-4808-afdc-64f3a3b42608",
"Used": true,
"UsedDateTime": "2026-07-29T14:28:43.2655085-04:00",
"InventoryItemID": "6be15fe8-8f1a-4884-8b42-26ebf5f6cc70"
},
{
"DiscountCodeID": "0e4f86bf-2ef7-47ac-a7ea-4b424c2ba24a",
"Code": "sample string 2",
"TrainingTypeID": "65c3d576-9e33-467c-95a7-81b896a1e3aa",
"TrainingClassID": "b5b52991-ac1d-48a8-ae49-ff36bba2d14b",
"StartDate": "2026-07-29T14:28:43.2655085-04:00",
"EndDate": "2026-07-29T14:28:43.2655085-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "62b1bf62-76a2-4808-afdc-64f3a3b42608",
"Used": true,
"UsedDateTime": "2026-07-29T14:28:43.2655085-04:00",
"InventoryItemID": "6be15fe8-8f1a-4884-8b42-26ebf5f6cc70"
},
{
"DiscountCodeID": "0e4f86bf-2ef7-47ac-a7ea-4b424c2ba24a",
"Code": "sample string 2",
"TrainingTypeID": "65c3d576-9e33-467c-95a7-81b896a1e3aa",
"TrainingClassID": "b5b52991-ac1d-48a8-ae49-ff36bba2d14b",
"StartDate": "2026-07-29T14:28:43.2655085-04:00",
"EndDate": "2026-07-29T14:28:43.2655085-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "62b1bf62-76a2-4808-afdc-64f3a3b42608",
"Used": true,
"UsedDateTime": "2026-07-29T14:28:43.2655085-04:00",
"InventoryItemID": "6be15fe8-8f1a-4884-8b42-26ebf5f6cc70"
}
]