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": "24eab104-d8e5-44ef-87f8-5c38644c4712",
"Code": "sample string 2",
"TrainingTypeID": "1f280025-fad9-4203-8ba2-f4e46faeda42",
"TrainingClassID": "1d891536-d060-4a28-9497-9396396efe32",
"StartDate": "2026-06-18T15:24:51.6479222-04:00",
"EndDate": "2026-06-18T15:24:51.6479222-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8b416d36-ae01-4696-9c72-0494d4996aa0",
"Used": true,
"UsedDateTime": "2026-06-18T15:24:51.6479222-04:00",
"InventoryItemID": "37b3d3b3-dde6-4ba8-9386-86083c9625d1"
},
{
"DiscountCodeID": "24eab104-d8e5-44ef-87f8-5c38644c4712",
"Code": "sample string 2",
"TrainingTypeID": "1f280025-fad9-4203-8ba2-f4e46faeda42",
"TrainingClassID": "1d891536-d060-4a28-9497-9396396efe32",
"StartDate": "2026-06-18T15:24:51.6479222-04:00",
"EndDate": "2026-06-18T15:24:51.6479222-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8b416d36-ae01-4696-9c72-0494d4996aa0",
"Used": true,
"UsedDateTime": "2026-06-18T15:24:51.6479222-04:00",
"InventoryItemID": "37b3d3b3-dde6-4ba8-9386-86083c9625d1"
},
{
"DiscountCodeID": "24eab104-d8e5-44ef-87f8-5c38644c4712",
"Code": "sample string 2",
"TrainingTypeID": "1f280025-fad9-4203-8ba2-f4e46faeda42",
"TrainingClassID": "1d891536-d060-4a28-9497-9396396efe32",
"StartDate": "2026-06-18T15:24:51.6479222-04:00",
"EndDate": "2026-06-18T15:24:51.6479222-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8b416d36-ae01-4696-9c72-0494d4996aa0",
"Used": true,
"UsedDateTime": "2026-06-18T15:24:51.6479222-04:00",
"InventoryItemID": "37b3d3b3-dde6-4ba8-9386-86083c9625d1"
}
]