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": "7fee4da4-976d-47b1-9a61-1749b95bf8aa",
"Code": "sample string 2",
"TrainingTypeID": "3dbe1e8f-afbe-4e0d-ba75-d5a2254286c7",
"TrainingClassID": "637e58d5-9007-424f-a8e3-defc87d29cb1",
"StartDate": "2026-04-17T09:59:32.2745308-04:00",
"EndDate": "2026-04-17T09:59:32.2745308-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "56569c7d-392d-4dae-9618-a7d1df217eae",
"Used": true,
"UsedDateTime": "2026-04-17T09:59:32.2745308-04:00",
"InventoryItemID": "e5f48758-7b4a-45a6-9afb-75dc15972226"
},
{
"DiscountCodeID": "7fee4da4-976d-47b1-9a61-1749b95bf8aa",
"Code": "sample string 2",
"TrainingTypeID": "3dbe1e8f-afbe-4e0d-ba75-d5a2254286c7",
"TrainingClassID": "637e58d5-9007-424f-a8e3-defc87d29cb1",
"StartDate": "2026-04-17T09:59:32.2745308-04:00",
"EndDate": "2026-04-17T09:59:32.2745308-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "56569c7d-392d-4dae-9618-a7d1df217eae",
"Used": true,
"UsedDateTime": "2026-04-17T09:59:32.2745308-04:00",
"InventoryItemID": "e5f48758-7b4a-45a6-9afb-75dc15972226"
},
{
"DiscountCodeID": "7fee4da4-976d-47b1-9a61-1749b95bf8aa",
"Code": "sample string 2",
"TrainingTypeID": "3dbe1e8f-afbe-4e0d-ba75-d5a2254286c7",
"TrainingClassID": "637e58d5-9007-424f-a8e3-defc87d29cb1",
"StartDate": "2026-04-17T09:59:32.2745308-04:00",
"EndDate": "2026-04-17T09:59:32.2745308-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "56569c7d-392d-4dae-9618-a7d1df217eae",
"Used": true,
"UsedDateTime": "2026-04-17T09:59:32.2745308-04:00",
"InventoryItemID": "e5f48758-7b4a-45a6-9afb-75dc15972226"
}
]