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": "ab3c633b-1da6-42ac-9023-2fbfa9891091",
"Code": "sample string 2",
"TrainingTypeID": "5cb63b04-fd98-479e-ba8f-2aff2c771268",
"TrainingClassID": "65869c2d-79e6-4700-b12b-6f64b9806d1f",
"StartDate": "2026-05-17T07:48:03.3017284-04:00",
"EndDate": "2026-05-17T07:48:03.3017284-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f6bbedd0-c9a2-4892-b45e-5ff3a6feab3d",
"Used": true,
"UsedDateTime": "2026-05-17T07:48:03.3017284-04:00",
"InventoryItemID": "c768ccf0-5713-4837-8c3a-d32229931b82"
},
{
"DiscountCodeID": "ab3c633b-1da6-42ac-9023-2fbfa9891091",
"Code": "sample string 2",
"TrainingTypeID": "5cb63b04-fd98-479e-ba8f-2aff2c771268",
"TrainingClassID": "65869c2d-79e6-4700-b12b-6f64b9806d1f",
"StartDate": "2026-05-17T07:48:03.3017284-04:00",
"EndDate": "2026-05-17T07:48:03.3017284-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f6bbedd0-c9a2-4892-b45e-5ff3a6feab3d",
"Used": true,
"UsedDateTime": "2026-05-17T07:48:03.3017284-04:00",
"InventoryItemID": "c768ccf0-5713-4837-8c3a-d32229931b82"
},
{
"DiscountCodeID": "ab3c633b-1da6-42ac-9023-2fbfa9891091",
"Code": "sample string 2",
"TrainingTypeID": "5cb63b04-fd98-479e-ba8f-2aff2c771268",
"TrainingClassID": "65869c2d-79e6-4700-b12b-6f64b9806d1f",
"StartDate": "2026-05-17T07:48:03.3017284-04:00",
"EndDate": "2026-05-17T07:48:03.3017284-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "f6bbedd0-c9a2-4892-b45e-5ff3a6feab3d",
"Used": true,
"UsedDateTime": "2026-05-17T07:48:03.3017284-04:00",
"InventoryItemID": "c768ccf0-5713-4837-8c3a-d32229931b82"
}
]