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": "59e43856-e0a6-4d8f-8452-671b5fe31616",
"Code": "sample string 2",
"TrainingTypeID": "4529fd0e-b03d-45f0-a92a-27e54273572a",
"TrainingClassID": "cdbc1460-530a-4dfc-8202-4f0f645700ec",
"StartDate": "2026-06-02T23:48:00.1733022-04:00",
"EndDate": "2026-06-02T23:48:00.1733022-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "317a8947-a635-4181-afe0-cafc85fe5b6d",
"Used": true,
"UsedDateTime": "2026-06-02T23:48:00.1733022-04:00",
"InventoryItemID": "a656a710-53ea-4319-a41e-fde1326b97e1"
},
{
"DiscountCodeID": "59e43856-e0a6-4d8f-8452-671b5fe31616",
"Code": "sample string 2",
"TrainingTypeID": "4529fd0e-b03d-45f0-a92a-27e54273572a",
"TrainingClassID": "cdbc1460-530a-4dfc-8202-4f0f645700ec",
"StartDate": "2026-06-02T23:48:00.1733022-04:00",
"EndDate": "2026-06-02T23:48:00.1733022-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "317a8947-a635-4181-afe0-cafc85fe5b6d",
"Used": true,
"UsedDateTime": "2026-06-02T23:48:00.1733022-04:00",
"InventoryItemID": "a656a710-53ea-4319-a41e-fde1326b97e1"
},
{
"DiscountCodeID": "59e43856-e0a6-4d8f-8452-671b5fe31616",
"Code": "sample string 2",
"TrainingTypeID": "4529fd0e-b03d-45f0-a92a-27e54273572a",
"TrainingClassID": "cdbc1460-530a-4dfc-8202-4f0f645700ec",
"StartDate": "2026-06-02T23:48:00.1733022-04:00",
"EndDate": "2026-06-02T23:48:00.1733022-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "317a8947-a635-4181-afe0-cafc85fe5b6d",
"Used": true,
"UsedDateTime": "2026-06-02T23:48:00.1733022-04:00",
"InventoryItemID": "a656a710-53ea-4319-a41e-fde1326b97e1"
}
]