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": "6ebabdf5-1b40-4aec-a5d9-e48513b4ef07",
"Code": "sample string 2",
"TrainingTypeID": "ba0fc464-a037-4f15-99ef-eccb31a33a44",
"TrainingClassID": "dc327373-98dc-47e3-b3c5-d7a121a1403d",
"StartDate": "2026-05-05T18:11:53.8573545-04:00",
"EndDate": "2026-05-05T18:11:53.8573545-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "aeb810e4-666c-464c-abc0-69e67a781ec7",
"Used": true,
"UsedDateTime": "2026-05-05T18:11:53.8573545-04:00",
"InventoryItemID": "8a12cb9c-10ac-4cc6-b9e8-81c9aed8bec0"
},
{
"DiscountCodeID": "6ebabdf5-1b40-4aec-a5d9-e48513b4ef07",
"Code": "sample string 2",
"TrainingTypeID": "ba0fc464-a037-4f15-99ef-eccb31a33a44",
"TrainingClassID": "dc327373-98dc-47e3-b3c5-d7a121a1403d",
"StartDate": "2026-05-05T18:11:53.8573545-04:00",
"EndDate": "2026-05-05T18:11:53.8573545-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "aeb810e4-666c-464c-abc0-69e67a781ec7",
"Used": true,
"UsedDateTime": "2026-05-05T18:11:53.8573545-04:00",
"InventoryItemID": "8a12cb9c-10ac-4cc6-b9e8-81c9aed8bec0"
},
{
"DiscountCodeID": "6ebabdf5-1b40-4aec-a5d9-e48513b4ef07",
"Code": "sample string 2",
"TrainingTypeID": "ba0fc464-a037-4f15-99ef-eccb31a33a44",
"TrainingClassID": "dc327373-98dc-47e3-b3c5-d7a121a1403d",
"StartDate": "2026-05-05T18:11:53.8573545-04:00",
"EndDate": "2026-05-05T18:11:53.8573545-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "aeb810e4-666c-464c-abc0-69e67a781ec7",
"Used": true,
"UsedDateTime": "2026-05-05T18:11:53.8573545-04:00",
"InventoryItemID": "8a12cb9c-10ac-4cc6-b9e8-81c9aed8bec0"
}
]