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": "672959a2-7a06-4b25-8f4b-2120ffdbfb2b",
"Code": "sample string 2",
"TrainingTypeID": "f98854a2-eeb8-4ff6-a81a-51fac6cbb48a",
"TrainingClassID": "1a38e3ab-ef92-4672-ae90-633685763013",
"StartDate": "2026-05-06T00:17:52.9587686-04:00",
"EndDate": "2026-05-06T00:17:52.9587686-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e191d078-3a12-408a-b015-825e62a69fd1",
"Used": true,
"UsedDateTime": "2026-05-06T00:17:52.9587686-04:00",
"InventoryItemID": "d47a734d-a021-472c-8eff-f22100447095"
},
{
"DiscountCodeID": "672959a2-7a06-4b25-8f4b-2120ffdbfb2b",
"Code": "sample string 2",
"TrainingTypeID": "f98854a2-eeb8-4ff6-a81a-51fac6cbb48a",
"TrainingClassID": "1a38e3ab-ef92-4672-ae90-633685763013",
"StartDate": "2026-05-06T00:17:52.9587686-04:00",
"EndDate": "2026-05-06T00:17:52.9587686-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e191d078-3a12-408a-b015-825e62a69fd1",
"Used": true,
"UsedDateTime": "2026-05-06T00:17:52.9587686-04:00",
"InventoryItemID": "d47a734d-a021-472c-8eff-f22100447095"
},
{
"DiscountCodeID": "672959a2-7a06-4b25-8f4b-2120ffdbfb2b",
"Code": "sample string 2",
"TrainingTypeID": "f98854a2-eeb8-4ff6-a81a-51fac6cbb48a",
"TrainingClassID": "1a38e3ab-ef92-4672-ae90-633685763013",
"StartDate": "2026-05-06T00:17:52.9587686-04:00",
"EndDate": "2026-05-06T00:17:52.9587686-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e191d078-3a12-408a-b015-825e62a69fd1",
"Used": true,
"UsedDateTime": "2026-05-06T00:17:52.9587686-04:00",
"InventoryItemID": "d47a734d-a021-472c-8eff-f22100447095"
}
]