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": "3627e466-90b3-4d91-b36a-bc5197a33567",
"Code": "sample string 2",
"TrainingTypeID": "f6b94b34-880b-41a4-b268-16fc732abd94",
"TrainingClassID": "75e56885-2077-4ce7-b939-333942114836",
"StartDate": "2026-06-01T08:53:49.1501322-04:00",
"EndDate": "2026-06-01T08:53:49.1501322-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1a65556f-4a05-4353-b1ae-96cf8b8b969a",
"Used": true,
"UsedDateTime": "2026-06-01T08:53:49.1501322-04:00",
"InventoryItemID": "9c2f5da2-b914-459e-83bc-bc5af8c973a9"
},
{
"DiscountCodeID": "3627e466-90b3-4d91-b36a-bc5197a33567",
"Code": "sample string 2",
"TrainingTypeID": "f6b94b34-880b-41a4-b268-16fc732abd94",
"TrainingClassID": "75e56885-2077-4ce7-b939-333942114836",
"StartDate": "2026-06-01T08:53:49.1501322-04:00",
"EndDate": "2026-06-01T08:53:49.1501322-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1a65556f-4a05-4353-b1ae-96cf8b8b969a",
"Used": true,
"UsedDateTime": "2026-06-01T08:53:49.1501322-04:00",
"InventoryItemID": "9c2f5da2-b914-459e-83bc-bc5af8c973a9"
},
{
"DiscountCodeID": "3627e466-90b3-4d91-b36a-bc5197a33567",
"Code": "sample string 2",
"TrainingTypeID": "f6b94b34-880b-41a4-b268-16fc732abd94",
"TrainingClassID": "75e56885-2077-4ce7-b939-333942114836",
"StartDate": "2026-06-01T08:53:49.1501322-04:00",
"EndDate": "2026-06-01T08:53:49.1501322-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "1a65556f-4a05-4353-b1ae-96cf8b8b969a",
"Used": true,
"UsedDateTime": "2026-06-01T08:53:49.1501322-04:00",
"InventoryItemID": "9c2f5da2-b914-459e-83bc-bc5af8c973a9"
}
]