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": "ef1289a9-c2ef-4822-abaa-bb918897c27d",
"Code": "sample string 2",
"TrainingTypeID": "68019d0c-d93d-497d-b010-f3db9a1f6661",
"TrainingClassID": "f4066d2e-f96f-4248-8f07-6c6583ec8bd0",
"StartDate": "2026-08-08T08:53:03.6822851-04:00",
"EndDate": "2026-08-08T08:53:03.6822851-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c7c8a67f-d4d9-4d61-86dc-1ac0b6f9d3f4",
"Used": true,
"UsedDateTime": "2026-08-08T08:53:03.6822851-04:00",
"InventoryItemID": "6d0d835b-c989-4f8c-a13d-fb6ed1e2f54e"
},
{
"DiscountCodeID": "ef1289a9-c2ef-4822-abaa-bb918897c27d",
"Code": "sample string 2",
"TrainingTypeID": "68019d0c-d93d-497d-b010-f3db9a1f6661",
"TrainingClassID": "f4066d2e-f96f-4248-8f07-6c6583ec8bd0",
"StartDate": "2026-08-08T08:53:03.6822851-04:00",
"EndDate": "2026-08-08T08:53:03.6822851-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c7c8a67f-d4d9-4d61-86dc-1ac0b6f9d3f4",
"Used": true,
"UsedDateTime": "2026-08-08T08:53:03.6822851-04:00",
"InventoryItemID": "6d0d835b-c989-4f8c-a13d-fb6ed1e2f54e"
},
{
"DiscountCodeID": "ef1289a9-c2ef-4822-abaa-bb918897c27d",
"Code": "sample string 2",
"TrainingTypeID": "68019d0c-d93d-497d-b010-f3db9a1f6661",
"TrainingClassID": "f4066d2e-f96f-4248-8f07-6c6583ec8bd0",
"StartDate": "2026-08-08T08:53:03.6822851-04:00",
"EndDate": "2026-08-08T08:53:03.6822851-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "c7c8a67f-d4d9-4d61-86dc-1ac0b6f9d3f4",
"Used": true,
"UsedDateTime": "2026-08-08T08:53:03.6822851-04:00",
"InventoryItemID": "6d0d835b-c989-4f8c-a13d-fb6ed1e2f54e"
}
]