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": "3fba675d-65b3-44f1-a93f-8dab07a69e85",
"Code": "sample string 2",
"TrainingTypeID": "2ad78849-d8a5-4db6-8349-b3156d40764f",
"TrainingClassID": "d6b74604-9a3d-44d4-83d5-9c40938d77a5",
"StartDate": "2026-06-04T08:55:35.9502638-04:00",
"EndDate": "2026-06-04T08:55:35.9502638-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b7540427-af23-4a6c-ba55-5da88fdf6426",
"Used": true,
"UsedDateTime": "2026-06-04T08:55:35.9502638-04:00",
"InventoryItemID": "ef94d2f8-127c-4bbd-9fa9-5cbe72b009c4"
},
{
"DiscountCodeID": "3fba675d-65b3-44f1-a93f-8dab07a69e85",
"Code": "sample string 2",
"TrainingTypeID": "2ad78849-d8a5-4db6-8349-b3156d40764f",
"TrainingClassID": "d6b74604-9a3d-44d4-83d5-9c40938d77a5",
"StartDate": "2026-06-04T08:55:35.9502638-04:00",
"EndDate": "2026-06-04T08:55:35.9502638-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b7540427-af23-4a6c-ba55-5da88fdf6426",
"Used": true,
"UsedDateTime": "2026-06-04T08:55:35.9502638-04:00",
"InventoryItemID": "ef94d2f8-127c-4bbd-9fa9-5cbe72b009c4"
},
{
"DiscountCodeID": "3fba675d-65b3-44f1-a93f-8dab07a69e85",
"Code": "sample string 2",
"TrainingTypeID": "2ad78849-d8a5-4db6-8349-b3156d40764f",
"TrainingClassID": "d6b74604-9a3d-44d4-83d5-9c40938d77a5",
"StartDate": "2026-06-04T08:55:35.9502638-04:00",
"EndDate": "2026-06-04T08:55:35.9502638-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b7540427-af23-4a6c-ba55-5da88fdf6426",
"Used": true,
"UsedDateTime": "2026-06-04T08:55:35.9502638-04:00",
"InventoryItemID": "ef94d2f8-127c-4bbd-9fa9-5cbe72b009c4"
}
]