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": "d7d9ad33-ecf5-4399-abc6-caacee4c981b",
"Code": "sample string 2",
"TrainingTypeID": "85372762-f58b-44ed-be23-91291c81d38d",
"TrainingClassID": "bd57226a-7a22-445e-8324-23e29cd646ea",
"StartDate": "2026-08-28T17:03:38.3129649-04:00",
"EndDate": "2026-08-28T17:03:38.3129649-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "00e26762-7f21-40eb-a81b-8565d9e5b78e",
"Used": true,
"UsedDateTime": "2026-08-28T17:03:38.3129649-04:00",
"InventoryItemID": "74ddf2f7-8f63-44bc-816f-4d3046298bc0"
},
{
"DiscountCodeID": "d7d9ad33-ecf5-4399-abc6-caacee4c981b",
"Code": "sample string 2",
"TrainingTypeID": "85372762-f58b-44ed-be23-91291c81d38d",
"TrainingClassID": "bd57226a-7a22-445e-8324-23e29cd646ea",
"StartDate": "2026-08-28T17:03:38.3129649-04:00",
"EndDate": "2026-08-28T17:03:38.3129649-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "00e26762-7f21-40eb-a81b-8565d9e5b78e",
"Used": true,
"UsedDateTime": "2026-08-28T17:03:38.3129649-04:00",
"InventoryItemID": "74ddf2f7-8f63-44bc-816f-4d3046298bc0"
},
{
"DiscountCodeID": "d7d9ad33-ecf5-4399-abc6-caacee4c981b",
"Code": "sample string 2",
"TrainingTypeID": "85372762-f58b-44ed-be23-91291c81d38d",
"TrainingClassID": "bd57226a-7a22-445e-8324-23e29cd646ea",
"StartDate": "2026-08-28T17:03:38.3129649-04:00",
"EndDate": "2026-08-28T17:03:38.3129649-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "00e26762-7f21-40eb-a81b-8565d9e5b78e",
"Used": true,
"UsedDateTime": "2026-08-28T17:03:38.3129649-04:00",
"InventoryItemID": "74ddf2f7-8f63-44bc-816f-4d3046298bc0"
}
]