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": "85626ffb-3c2b-47e4-9e44-226466ea0dc7",
"Code": "sample string 2",
"TrainingTypeID": "7a494aa3-cbed-4156-a9a6-005c2571cfc2",
"TrainingClassID": "0242dfce-f453-4fbc-b8c1-ceb683150d6d",
"StartDate": "2026-03-01T12:32:31.637535-05:00",
"EndDate": "2026-03-01T12:32:31.637535-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "153ce36f-6cc6-4056-bff4-87ee645547bf",
"Used": true,
"UsedDateTime": "2026-03-01T12:32:31.637535-05:00",
"InventoryItemID": "516fefe9-0286-4346-9da8-5a07b9612b73"
},
{
"DiscountCodeID": "85626ffb-3c2b-47e4-9e44-226466ea0dc7",
"Code": "sample string 2",
"TrainingTypeID": "7a494aa3-cbed-4156-a9a6-005c2571cfc2",
"TrainingClassID": "0242dfce-f453-4fbc-b8c1-ceb683150d6d",
"StartDate": "2026-03-01T12:32:31.637535-05:00",
"EndDate": "2026-03-01T12:32:31.637535-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "153ce36f-6cc6-4056-bff4-87ee645547bf",
"Used": true,
"UsedDateTime": "2026-03-01T12:32:31.637535-05:00",
"InventoryItemID": "516fefe9-0286-4346-9da8-5a07b9612b73"
},
{
"DiscountCodeID": "85626ffb-3c2b-47e4-9e44-226466ea0dc7",
"Code": "sample string 2",
"TrainingTypeID": "7a494aa3-cbed-4156-a9a6-005c2571cfc2",
"TrainingClassID": "0242dfce-f453-4fbc-b8c1-ceb683150d6d",
"StartDate": "2026-03-01T12:32:31.637535-05:00",
"EndDate": "2026-03-01T12:32:31.637535-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "153ce36f-6cc6-4056-bff4-87ee645547bf",
"Used": true,
"UsedDateTime": "2026-03-01T12:32:31.637535-05:00",
"InventoryItemID": "516fefe9-0286-4346-9da8-5a07b9612b73"
}
]