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": "ebd246fc-6c2e-48ed-b920-a8d3b0cf1c8e",
"Code": "sample string 2",
"TrainingTypeID": "f5de3afc-1984-46ca-9527-661c26023132",
"TrainingClassID": "3746d3d4-d880-4221-adc4-e22e25990fac",
"StartDate": "2025-11-10T05:59:44.3720199-05:00",
"EndDate": "2025-11-10T05:59:44.3720199-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "aa1a5671-9bd4-4b0a-a2aa-f1512aee1c63",
"Used": true,
"UsedDateTime": "2025-11-10T05:59:44.3720199-05:00",
"InventoryItemID": "16d5b64d-4805-4a22-bd09-07d73b390ebf"
},
{
"DiscountCodeID": "ebd246fc-6c2e-48ed-b920-a8d3b0cf1c8e",
"Code": "sample string 2",
"TrainingTypeID": "f5de3afc-1984-46ca-9527-661c26023132",
"TrainingClassID": "3746d3d4-d880-4221-adc4-e22e25990fac",
"StartDate": "2025-11-10T05:59:44.3720199-05:00",
"EndDate": "2025-11-10T05:59:44.3720199-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "aa1a5671-9bd4-4b0a-a2aa-f1512aee1c63",
"Used": true,
"UsedDateTime": "2025-11-10T05:59:44.3720199-05:00",
"InventoryItemID": "16d5b64d-4805-4a22-bd09-07d73b390ebf"
},
{
"DiscountCodeID": "ebd246fc-6c2e-48ed-b920-a8d3b0cf1c8e",
"Code": "sample string 2",
"TrainingTypeID": "f5de3afc-1984-46ca-9527-661c26023132",
"TrainingClassID": "3746d3d4-d880-4221-adc4-e22e25990fac",
"StartDate": "2025-11-10T05:59:44.3720199-05:00",
"EndDate": "2025-11-10T05:59:44.3720199-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "aa1a5671-9bd4-4b0a-a2aa-f1512aee1c63",
"Used": true,
"UsedDateTime": "2025-11-10T05:59:44.3720199-05:00",
"InventoryItemID": "16d5b64d-4805-4a22-bd09-07d73b390ebf"
}
]