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": "a3eca39c-debb-4829-a843-7571c1ba02d2",
"Code": "sample string 2",
"TrainingTypeID": "d0e9f2b2-33ec-46c1-ba0f-af580881aad8",
"TrainingClassID": "8ec779cf-b4dd-41b8-8d41-1242fdc1e49a",
"StartDate": "2026-06-21T15:55:56.6753451-04:00",
"EndDate": "2026-06-21T15:55:56.6753451-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e57414e2-0848-4f8e-b5a2-db21ae51e68f",
"Used": true,
"UsedDateTime": "2026-06-21T15:55:56.6753451-04:00",
"InventoryItemID": "5188b9d5-8d89-452f-8fd3-a51affc085a6"
},
{
"DiscountCodeID": "a3eca39c-debb-4829-a843-7571c1ba02d2",
"Code": "sample string 2",
"TrainingTypeID": "d0e9f2b2-33ec-46c1-ba0f-af580881aad8",
"TrainingClassID": "8ec779cf-b4dd-41b8-8d41-1242fdc1e49a",
"StartDate": "2026-06-21T15:55:56.6753451-04:00",
"EndDate": "2026-06-21T15:55:56.6753451-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e57414e2-0848-4f8e-b5a2-db21ae51e68f",
"Used": true,
"UsedDateTime": "2026-06-21T15:55:56.6753451-04:00",
"InventoryItemID": "5188b9d5-8d89-452f-8fd3-a51affc085a6"
},
{
"DiscountCodeID": "a3eca39c-debb-4829-a843-7571c1ba02d2",
"Code": "sample string 2",
"TrainingTypeID": "d0e9f2b2-33ec-46c1-ba0f-af580881aad8",
"TrainingClassID": "8ec779cf-b4dd-41b8-8d41-1242fdc1e49a",
"StartDate": "2026-06-21T15:55:56.6753451-04:00",
"EndDate": "2026-06-21T15:55:56.6753451-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "e57414e2-0848-4f8e-b5a2-db21ae51e68f",
"Used": true,
"UsedDateTime": "2026-06-21T15:55:56.6753451-04:00",
"InventoryItemID": "5188b9d5-8d89-452f-8fd3-a51affc085a6"
}
]