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": "19354a73-3c0d-4162-aa3b-917a2387609d",
"Code": "sample string 2",
"TrainingTypeID": "405bf0a0-bdd9-4f9d-903a-5c73901ce525",
"TrainingClassID": "a73a6cac-8467-45b3-9747-2c9add95941b",
"StartDate": "2026-05-30T05:43:06.7366834-04:00",
"EndDate": "2026-05-30T05:43:06.7366834-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "43f46d0d-aa7f-4e8e-a2e6-a19faf82cd38",
"Used": true,
"UsedDateTime": "2026-05-30T05:43:06.7366834-04:00",
"InventoryItemID": "8b61a372-c516-4d7e-8859-7803c2c7ea9f"
},
{
"DiscountCodeID": "19354a73-3c0d-4162-aa3b-917a2387609d",
"Code": "sample string 2",
"TrainingTypeID": "405bf0a0-bdd9-4f9d-903a-5c73901ce525",
"TrainingClassID": "a73a6cac-8467-45b3-9747-2c9add95941b",
"StartDate": "2026-05-30T05:43:06.7366834-04:00",
"EndDate": "2026-05-30T05:43:06.7366834-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "43f46d0d-aa7f-4e8e-a2e6-a19faf82cd38",
"Used": true,
"UsedDateTime": "2026-05-30T05:43:06.7366834-04:00",
"InventoryItemID": "8b61a372-c516-4d7e-8859-7803c2c7ea9f"
},
{
"DiscountCodeID": "19354a73-3c0d-4162-aa3b-917a2387609d",
"Code": "sample string 2",
"TrainingTypeID": "405bf0a0-bdd9-4f9d-903a-5c73901ce525",
"TrainingClassID": "a73a6cac-8467-45b3-9747-2c9add95941b",
"StartDate": "2026-05-30T05:43:06.7366834-04:00",
"EndDate": "2026-05-30T05:43:06.7366834-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "43f46d0d-aa7f-4e8e-a2e6-a19faf82cd38",
"Used": true,
"UsedDateTime": "2026-05-30T05:43:06.7366834-04:00",
"InventoryItemID": "8b61a372-c516-4d7e-8859-7803c2c7ea9f"
}
]