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": "b80d6e6b-80a9-4332-8c4a-b044c83457b9",
"Code": "sample string 2",
"TrainingTypeID": "b4d7bcd1-347a-4d3f-86e6-00d55a7af975",
"TrainingClassID": "48fb7afe-7288-45db-97e4-b4a07bf17ebf",
"StartDate": "2026-05-28T13:16:22.2838985-04:00",
"EndDate": "2026-05-28T13:16:22.2838985-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8f10a667-e03e-4ca5-b6ee-afb48e68952a",
"Used": true,
"UsedDateTime": "2026-05-28T13:16:22.2838985-04:00",
"InventoryItemID": "33beac3e-0987-48d7-aaa2-41107ea53c43"
},
{
"DiscountCodeID": "b80d6e6b-80a9-4332-8c4a-b044c83457b9",
"Code": "sample string 2",
"TrainingTypeID": "b4d7bcd1-347a-4d3f-86e6-00d55a7af975",
"TrainingClassID": "48fb7afe-7288-45db-97e4-b4a07bf17ebf",
"StartDate": "2026-05-28T13:16:22.2838985-04:00",
"EndDate": "2026-05-28T13:16:22.2838985-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8f10a667-e03e-4ca5-b6ee-afb48e68952a",
"Used": true,
"UsedDateTime": "2026-05-28T13:16:22.2838985-04:00",
"InventoryItemID": "33beac3e-0987-48d7-aaa2-41107ea53c43"
},
{
"DiscountCodeID": "b80d6e6b-80a9-4332-8c4a-b044c83457b9",
"Code": "sample string 2",
"TrainingTypeID": "b4d7bcd1-347a-4d3f-86e6-00d55a7af975",
"TrainingClassID": "48fb7afe-7288-45db-97e4-b4a07bf17ebf",
"StartDate": "2026-05-28T13:16:22.2838985-04:00",
"EndDate": "2026-05-28T13:16:22.2838985-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8f10a667-e03e-4ca5-b6ee-afb48e68952a",
"Used": true,
"UsedDateTime": "2026-05-28T13:16:22.2838985-04:00",
"InventoryItemID": "33beac3e-0987-48d7-aaa2-41107ea53c43"
}
]