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": "2e4cf4ca-8b53-4cf1-9c2d-e0da4b374238",
"Code": "sample string 2",
"TrainingTypeID": "663f85ad-eef5-4f46-a997-402a40a7cc5d",
"TrainingClassID": "db39b371-9c15-406a-870c-88b95eb6a295",
"StartDate": "2026-07-11T00:23:47.625737-04:00",
"EndDate": "2026-07-11T00:23:47.625737-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "76b33d32-7fb0-4001-bf83-c5d10ebed720",
"Used": true,
"UsedDateTime": "2026-07-11T00:23:47.625737-04:00",
"InventoryItemID": "97fe716a-cab5-49ea-aa4c-8de010ad7d66"
},
{
"DiscountCodeID": "2e4cf4ca-8b53-4cf1-9c2d-e0da4b374238",
"Code": "sample string 2",
"TrainingTypeID": "663f85ad-eef5-4f46-a997-402a40a7cc5d",
"TrainingClassID": "db39b371-9c15-406a-870c-88b95eb6a295",
"StartDate": "2026-07-11T00:23:47.625737-04:00",
"EndDate": "2026-07-11T00:23:47.625737-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "76b33d32-7fb0-4001-bf83-c5d10ebed720",
"Used": true,
"UsedDateTime": "2026-07-11T00:23:47.625737-04:00",
"InventoryItemID": "97fe716a-cab5-49ea-aa4c-8de010ad7d66"
},
{
"DiscountCodeID": "2e4cf4ca-8b53-4cf1-9c2d-e0da4b374238",
"Code": "sample string 2",
"TrainingTypeID": "663f85ad-eef5-4f46-a997-402a40a7cc5d",
"TrainingClassID": "db39b371-9c15-406a-870c-88b95eb6a295",
"StartDate": "2026-07-11T00:23:47.625737-04:00",
"EndDate": "2026-07-11T00:23:47.625737-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "76b33d32-7fb0-4001-bf83-c5d10ebed720",
"Used": true,
"UsedDateTime": "2026-07-11T00:23:47.625737-04:00",
"InventoryItemID": "97fe716a-cab5-49ea-aa4c-8de010ad7d66"
}
]