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": "7182c751-9a7b-428f-991f-4f4573d14617",
"Code": "sample string 2",
"TrainingTypeID": "698306ad-d42c-472e-b33a-1f1d7506ae63",
"TrainingClassID": "02b083bf-9a63-4653-bfea-a88ba5658bb5",
"StartDate": "2026-05-04T22:47:22.2170789-04:00",
"EndDate": "2026-05-04T22:47:22.2170789-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f7ae8241-758d-4ef9-982b-e2923e53c502",
"Used": true,
"UsedDateTime": "2026-05-04T22:47:22.2170789-04:00",
"InventoryItemID": "30557dab-e8ec-479f-88b9-f5f68f280d41"
},
{
"DiscountCodeID": "7182c751-9a7b-428f-991f-4f4573d14617",
"Code": "sample string 2",
"TrainingTypeID": "698306ad-d42c-472e-b33a-1f1d7506ae63",
"TrainingClassID": "02b083bf-9a63-4653-bfea-a88ba5658bb5",
"StartDate": "2026-05-04T22:47:22.2170789-04:00",
"EndDate": "2026-05-04T22:47:22.2170789-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f7ae8241-758d-4ef9-982b-e2923e53c502",
"Used": true,
"UsedDateTime": "2026-05-04T22:47:22.2170789-04:00",
"InventoryItemID": "30557dab-e8ec-479f-88b9-f5f68f280d41"
},
{
"DiscountCodeID": "7182c751-9a7b-428f-991f-4f4573d14617",
"Code": "sample string 2",
"TrainingTypeID": "698306ad-d42c-472e-b33a-1f1d7506ae63",
"TrainingClassID": "02b083bf-9a63-4653-bfea-a88ba5658bb5",
"StartDate": "2026-05-04T22:47:22.2170789-04:00",
"EndDate": "2026-05-04T22:47:22.2170789-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f7ae8241-758d-4ef9-982b-e2923e53c502",
"Used": true,
"UsedDateTime": "2026-05-04T22:47:22.2170789-04:00",
"InventoryItemID": "30557dab-e8ec-479f-88b9-f5f68f280d41"
}
]