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": "224141b4-e2bb-4b04-90e4-1b6dc90ef75a",
"Code": "sample string 2",
"TrainingTypeID": "460aa135-c514-4458-9d1a-f1eec060ab68",
"TrainingClassID": "fe707aa5-272a-4329-8a1f-8eda8340f387",
"StartDate": "2026-06-08T21:50:00.9758165-04:00",
"EndDate": "2026-06-08T21:50:00.9758165-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5059655d-c55e-433b-9436-c4cea5b4f02a",
"Used": true,
"UsedDateTime": "2026-06-08T21:50:00.9758165-04:00",
"InventoryItemID": "8756a392-caa8-4f87-a034-b874bdd6b303"
},
{
"DiscountCodeID": "224141b4-e2bb-4b04-90e4-1b6dc90ef75a",
"Code": "sample string 2",
"TrainingTypeID": "460aa135-c514-4458-9d1a-f1eec060ab68",
"TrainingClassID": "fe707aa5-272a-4329-8a1f-8eda8340f387",
"StartDate": "2026-06-08T21:50:00.9758165-04:00",
"EndDate": "2026-06-08T21:50:00.9758165-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5059655d-c55e-433b-9436-c4cea5b4f02a",
"Used": true,
"UsedDateTime": "2026-06-08T21:50:00.9758165-04:00",
"InventoryItemID": "8756a392-caa8-4f87-a034-b874bdd6b303"
},
{
"DiscountCodeID": "224141b4-e2bb-4b04-90e4-1b6dc90ef75a",
"Code": "sample string 2",
"TrainingTypeID": "460aa135-c514-4458-9d1a-f1eec060ab68",
"TrainingClassID": "fe707aa5-272a-4329-8a1f-8eda8340f387",
"StartDate": "2026-06-08T21:50:00.9758165-04:00",
"EndDate": "2026-06-08T21:50:00.9758165-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "5059655d-c55e-433b-9436-c4cea5b4f02a",
"Used": true,
"UsedDateTime": "2026-06-08T21:50:00.9758165-04:00",
"InventoryItemID": "8756a392-caa8-4f87-a034-b874bdd6b303"
}
]