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": "8379df00-1ae2-4fed-bf5c-dc16f6a16784",
"Code": "sample string 2",
"TrainingTypeID": "71b85ce6-a706-43ae-a381-1441cb9fea26",
"TrainingClassID": "56fd18c4-09c8-4324-b4ed-8b06b054bc18",
"StartDate": "2026-05-14T14:53:14.1074232-04:00",
"EndDate": "2026-05-14T14:53:14.1074232-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e8fdfb84-b96b-4bc0-8018-ac20190f67df",
"Used": true,
"UsedDateTime": "2026-05-14T14:53:14.1074232-04:00",
"InventoryItemID": "4742f523-120a-4f6c-a54f-6f0bf8a14aa6"
},
{
"DiscountCodeID": "8379df00-1ae2-4fed-bf5c-dc16f6a16784",
"Code": "sample string 2",
"TrainingTypeID": "71b85ce6-a706-43ae-a381-1441cb9fea26",
"TrainingClassID": "56fd18c4-09c8-4324-b4ed-8b06b054bc18",
"StartDate": "2026-05-14T14:53:14.1074232-04:00",
"EndDate": "2026-05-14T14:53:14.1074232-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e8fdfb84-b96b-4bc0-8018-ac20190f67df",
"Used": true,
"UsedDateTime": "2026-05-14T14:53:14.1074232-04:00",
"InventoryItemID": "4742f523-120a-4f6c-a54f-6f0bf8a14aa6"
},
{
"DiscountCodeID": "8379df00-1ae2-4fed-bf5c-dc16f6a16784",
"Code": "sample string 2",
"TrainingTypeID": "71b85ce6-a706-43ae-a381-1441cb9fea26",
"TrainingClassID": "56fd18c4-09c8-4324-b4ed-8b06b054bc18",
"StartDate": "2026-05-14T14:53:14.1074232-04:00",
"EndDate": "2026-05-14T14:53:14.1074232-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e8fdfb84-b96b-4bc0-8018-ac20190f67df",
"Used": true,
"UsedDateTime": "2026-05-14T14:53:14.1074232-04:00",
"InventoryItemID": "4742f523-120a-4f6c-a54f-6f0bf8a14aa6"
}
]