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": "af9e8910-59e9-4bf6-9025-07e2b0921e7b",
"Code": "sample string 2",
"TrainingTypeID": "1d329192-6c26-4d1d-ad7e-7fd847bd9e01",
"TrainingClassID": "49d0c3f2-9fd1-4d54-88f6-b5582f4a3fd7",
"StartDate": "2026-02-26T06:13:11.1245766-05:00",
"EndDate": "2026-02-26T06:13:11.1245766-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4d6b734d-f17b-4f92-8ff2-be1494f8446e",
"Used": true,
"UsedDateTime": "2026-02-26T06:13:11.1245766-05:00",
"InventoryItemID": "8afa51e5-e5bd-4b8b-9f02-dc976d6f8e8f"
},
{
"DiscountCodeID": "af9e8910-59e9-4bf6-9025-07e2b0921e7b",
"Code": "sample string 2",
"TrainingTypeID": "1d329192-6c26-4d1d-ad7e-7fd847bd9e01",
"TrainingClassID": "49d0c3f2-9fd1-4d54-88f6-b5582f4a3fd7",
"StartDate": "2026-02-26T06:13:11.1245766-05:00",
"EndDate": "2026-02-26T06:13:11.1245766-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4d6b734d-f17b-4f92-8ff2-be1494f8446e",
"Used": true,
"UsedDateTime": "2026-02-26T06:13:11.1245766-05:00",
"InventoryItemID": "8afa51e5-e5bd-4b8b-9f02-dc976d6f8e8f"
},
{
"DiscountCodeID": "af9e8910-59e9-4bf6-9025-07e2b0921e7b",
"Code": "sample string 2",
"TrainingTypeID": "1d329192-6c26-4d1d-ad7e-7fd847bd9e01",
"TrainingClassID": "49d0c3f2-9fd1-4d54-88f6-b5582f4a3fd7",
"StartDate": "2026-02-26T06:13:11.1245766-05:00",
"EndDate": "2026-02-26T06:13:11.1245766-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "4d6b734d-f17b-4f92-8ff2-be1494f8446e",
"Used": true,
"UsedDateTime": "2026-02-26T06:13:11.1245766-05:00",
"InventoryItemID": "8afa51e5-e5bd-4b8b-9f02-dc976d6f8e8f"
}
]