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": "0f3b9fe3-7fe5-4c5a-ad38-ebac45070e27",
"Code": "sample string 2",
"TrainingTypeID": "8edd0844-e713-42f3-bd7b-5f57ae653085",
"TrainingClassID": "39745fb2-5697-4515-9226-34e68a52b2b4",
"StartDate": "2026-05-18T09:57:29.2080529-04:00",
"EndDate": "2026-05-18T09:57:29.2080529-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2d71d5a3-24d6-4aac-a812-bf428cc46df1",
"Used": true,
"UsedDateTime": "2026-05-18T09:57:29.2080529-04:00",
"InventoryItemID": "5fd32c2a-743d-49e0-a773-365d9c258af4"
},
{
"DiscountCodeID": "0f3b9fe3-7fe5-4c5a-ad38-ebac45070e27",
"Code": "sample string 2",
"TrainingTypeID": "8edd0844-e713-42f3-bd7b-5f57ae653085",
"TrainingClassID": "39745fb2-5697-4515-9226-34e68a52b2b4",
"StartDate": "2026-05-18T09:57:29.2080529-04:00",
"EndDate": "2026-05-18T09:57:29.2080529-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2d71d5a3-24d6-4aac-a812-bf428cc46df1",
"Used": true,
"UsedDateTime": "2026-05-18T09:57:29.2080529-04:00",
"InventoryItemID": "5fd32c2a-743d-49e0-a773-365d9c258af4"
},
{
"DiscountCodeID": "0f3b9fe3-7fe5-4c5a-ad38-ebac45070e27",
"Code": "sample string 2",
"TrainingTypeID": "8edd0844-e713-42f3-bd7b-5f57ae653085",
"TrainingClassID": "39745fb2-5697-4515-9226-34e68a52b2b4",
"StartDate": "2026-05-18T09:57:29.2080529-04:00",
"EndDate": "2026-05-18T09:57:29.2080529-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "2d71d5a3-24d6-4aac-a812-bf428cc46df1",
"Used": true,
"UsedDateTime": "2026-05-18T09:57:29.2080529-04:00",
"InventoryItemID": "5fd32c2a-743d-49e0-a773-365d9c258af4"
}
]