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": "d47d8880-a324-4ce6-bfab-a66de1a8d166",
"Code": "sample string 2",
"TrainingTypeID": "52657a65-75c1-4b4e-b634-e9cf1b9f185c",
"TrainingClassID": "db864730-3715-4036-9e5f-95841a7c2fe7",
"StartDate": "2026-07-31T18:51:11.9441776-04:00",
"EndDate": "2026-07-31T18:51:11.9441776-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "df94c9d9-8766-42a6-8016-b9734cea8e34",
"Used": true,
"UsedDateTime": "2026-07-31T18:51:11.9441776-04:00",
"InventoryItemID": "109e5416-af7c-4110-b3a3-359962fbd975"
},
{
"DiscountCodeID": "d47d8880-a324-4ce6-bfab-a66de1a8d166",
"Code": "sample string 2",
"TrainingTypeID": "52657a65-75c1-4b4e-b634-e9cf1b9f185c",
"TrainingClassID": "db864730-3715-4036-9e5f-95841a7c2fe7",
"StartDate": "2026-07-31T18:51:11.9441776-04:00",
"EndDate": "2026-07-31T18:51:11.9441776-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "df94c9d9-8766-42a6-8016-b9734cea8e34",
"Used": true,
"UsedDateTime": "2026-07-31T18:51:11.9441776-04:00",
"InventoryItemID": "109e5416-af7c-4110-b3a3-359962fbd975"
},
{
"DiscountCodeID": "d47d8880-a324-4ce6-bfab-a66de1a8d166",
"Code": "sample string 2",
"TrainingTypeID": "52657a65-75c1-4b4e-b634-e9cf1b9f185c",
"TrainingClassID": "db864730-3715-4036-9e5f-95841a7c2fe7",
"StartDate": "2026-07-31T18:51:11.9441776-04:00",
"EndDate": "2026-07-31T18:51:11.9441776-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "df94c9d9-8766-42a6-8016-b9734cea8e34",
"Used": true,
"UsedDateTime": "2026-07-31T18:51:11.9441776-04:00",
"InventoryItemID": "109e5416-af7c-4110-b3a3-359962fbd975"
}
]