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": "9efd7380-9057-4176-9a2d-8fc6523ccbd9",
"Code": "sample string 2",
"TrainingTypeID": "5fde5fee-cea1-4b77-9da4-91831c516f90",
"TrainingClassID": "22b9a736-b4be-4331-ba42-3bbf65218fcc",
"StartDate": "2026-09-17T18:10:05.8005188-04:00",
"EndDate": "2026-09-17T18:10:05.8005188-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b4eb6bca-3036-42bf-9bba-e6c1c3741be9",
"Used": true,
"UsedDateTime": "2026-09-17T18:10:05.8005188-04:00",
"InventoryItemID": "8321b93f-d47c-48b1-b499-8c4f4d9e8397"
},
{
"DiscountCodeID": "9efd7380-9057-4176-9a2d-8fc6523ccbd9",
"Code": "sample string 2",
"TrainingTypeID": "5fde5fee-cea1-4b77-9da4-91831c516f90",
"TrainingClassID": "22b9a736-b4be-4331-ba42-3bbf65218fcc",
"StartDate": "2026-09-17T18:10:05.8005188-04:00",
"EndDate": "2026-09-17T18:10:05.8005188-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b4eb6bca-3036-42bf-9bba-e6c1c3741be9",
"Used": true,
"UsedDateTime": "2026-09-17T18:10:05.8005188-04:00",
"InventoryItemID": "8321b93f-d47c-48b1-b499-8c4f4d9e8397"
},
{
"DiscountCodeID": "9efd7380-9057-4176-9a2d-8fc6523ccbd9",
"Code": "sample string 2",
"TrainingTypeID": "5fde5fee-cea1-4b77-9da4-91831c516f90",
"TrainingClassID": "22b9a736-b4be-4331-ba42-3bbf65218fcc",
"StartDate": "2026-09-17T18:10:05.8005188-04:00",
"EndDate": "2026-09-17T18:10:05.8005188-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "b4eb6bca-3036-42bf-9bba-e6c1c3741be9",
"Used": true,
"UsedDateTime": "2026-09-17T18:10:05.8005188-04:00",
"InventoryItemID": "8321b93f-d47c-48b1-b499-8c4f4d9e8397"
}
]