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": "3c09a669-447e-4b54-87e8-1c5a810a8140",
"Code": "sample string 2",
"TrainingTypeID": "57da554f-8e1e-4b79-833d-bb3eef02725c",
"TrainingClassID": "4e7b3b48-2946-4f2e-b36e-d000b861dea5",
"StartDate": "2026-06-02T10:41:11.8456711-04:00",
"EndDate": "2026-06-02T10:41:11.8456711-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7583a04d-be0c-46f5-86b1-d1e2240470a9",
"Used": true,
"UsedDateTime": "2026-06-02T10:41:11.8456711-04:00",
"InventoryItemID": "ea79e765-a205-4b8d-8fe5-3dde5e527f84"
},
{
"DiscountCodeID": "3c09a669-447e-4b54-87e8-1c5a810a8140",
"Code": "sample string 2",
"TrainingTypeID": "57da554f-8e1e-4b79-833d-bb3eef02725c",
"TrainingClassID": "4e7b3b48-2946-4f2e-b36e-d000b861dea5",
"StartDate": "2026-06-02T10:41:11.8456711-04:00",
"EndDate": "2026-06-02T10:41:11.8456711-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7583a04d-be0c-46f5-86b1-d1e2240470a9",
"Used": true,
"UsedDateTime": "2026-06-02T10:41:11.8456711-04:00",
"InventoryItemID": "ea79e765-a205-4b8d-8fe5-3dde5e527f84"
},
{
"DiscountCodeID": "3c09a669-447e-4b54-87e8-1c5a810a8140",
"Code": "sample string 2",
"TrainingTypeID": "57da554f-8e1e-4b79-833d-bb3eef02725c",
"TrainingClassID": "4e7b3b48-2946-4f2e-b36e-d000b861dea5",
"StartDate": "2026-06-02T10:41:11.8456711-04:00",
"EndDate": "2026-06-02T10:41:11.8456711-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7583a04d-be0c-46f5-86b1-d1e2240470a9",
"Used": true,
"UsedDateTime": "2026-06-02T10:41:11.8456711-04:00",
"InventoryItemID": "ea79e765-a205-4b8d-8fe5-3dde5e527f84"
}
]