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": "6922e9b2-805f-4c2a-a587-70a1560851a9",
"Code": "sample string 2",
"TrainingTypeID": "fbe5cbd7-5807-4bb1-8631-159b8272af58",
"TrainingClassID": "dc4fb5e4-4a36-4295-992d-6dd8a5a5998f",
"StartDate": "2026-06-24T21:36:48.2435712-04:00",
"EndDate": "2026-06-24T21:36:48.2435712-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4aece55f-c3f8-427c-ac3a-e86d6bab3286",
"Used": true,
"UsedDateTime": "2026-06-24T21:36:48.2435712-04:00",
"InventoryItemID": "451142f8-4312-489d-8f24-aa16359b1a95"
},
{
"DiscountCodeID": "6922e9b2-805f-4c2a-a587-70a1560851a9",
"Code": "sample string 2",
"TrainingTypeID": "fbe5cbd7-5807-4bb1-8631-159b8272af58",
"TrainingClassID": "dc4fb5e4-4a36-4295-992d-6dd8a5a5998f",
"StartDate": "2026-06-24T21:36:48.2435712-04:00",
"EndDate": "2026-06-24T21:36:48.2435712-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4aece55f-c3f8-427c-ac3a-e86d6bab3286",
"Used": true,
"UsedDateTime": "2026-06-24T21:36:48.2435712-04:00",
"InventoryItemID": "451142f8-4312-489d-8f24-aa16359b1a95"
},
{
"DiscountCodeID": "6922e9b2-805f-4c2a-a587-70a1560851a9",
"Code": "sample string 2",
"TrainingTypeID": "fbe5cbd7-5807-4bb1-8631-159b8272af58",
"TrainingClassID": "dc4fb5e4-4a36-4295-992d-6dd8a5a5998f",
"StartDate": "2026-06-24T21:36:48.2435712-04:00",
"EndDate": "2026-06-24T21:36:48.2435712-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4aece55f-c3f8-427c-ac3a-e86d6bab3286",
"Used": true,
"UsedDateTime": "2026-06-24T21:36:48.2435712-04:00",
"InventoryItemID": "451142f8-4312-489d-8f24-aa16359b1a95"
}
]