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": "a85ec499-9aac-4c3f-bd3e-a61f7768b298",
"Code": "sample string 2",
"TrainingTypeID": "90ebe85e-b132-4f01-841f-0bee4b1325ce",
"TrainingClassID": "c6794647-e1e9-4c3c-9c06-11efe5b125bf",
"StartDate": "2026-06-02T07:36:06.4842689-04:00",
"EndDate": "2026-06-02T07:36:06.4842689-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7bbd13bc-28d2-491c-ac7a-6a0d20477754",
"Used": true,
"UsedDateTime": "2026-06-02T07:36:06.4842689-04:00",
"InventoryItemID": "7c36b472-8f56-45b7-bf08-c97e95d541c1"
},
{
"DiscountCodeID": "a85ec499-9aac-4c3f-bd3e-a61f7768b298",
"Code": "sample string 2",
"TrainingTypeID": "90ebe85e-b132-4f01-841f-0bee4b1325ce",
"TrainingClassID": "c6794647-e1e9-4c3c-9c06-11efe5b125bf",
"StartDate": "2026-06-02T07:36:06.4842689-04:00",
"EndDate": "2026-06-02T07:36:06.4842689-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7bbd13bc-28d2-491c-ac7a-6a0d20477754",
"Used": true,
"UsedDateTime": "2026-06-02T07:36:06.4842689-04:00",
"InventoryItemID": "7c36b472-8f56-45b7-bf08-c97e95d541c1"
},
{
"DiscountCodeID": "a85ec499-9aac-4c3f-bd3e-a61f7768b298",
"Code": "sample string 2",
"TrainingTypeID": "90ebe85e-b132-4f01-841f-0bee4b1325ce",
"TrainingClassID": "c6794647-e1e9-4c3c-9c06-11efe5b125bf",
"StartDate": "2026-06-02T07:36:06.4842689-04:00",
"EndDate": "2026-06-02T07:36:06.4842689-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "7bbd13bc-28d2-491c-ac7a-6a0d20477754",
"Used": true,
"UsedDateTime": "2026-06-02T07:36:06.4842689-04:00",
"InventoryItemID": "7c36b472-8f56-45b7-bf08-c97e95d541c1"
}
]