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": "f0a5ae2d-79c9-43ac-9da6-605f5a405dd6",
"Code": "sample string 2",
"TrainingTypeID": "6170d841-58f3-4cef-ad5a-86de9cb9d5ba",
"TrainingClassID": "82720316-fe8b-46f2-bbab-e0dd0dde6e54",
"StartDate": "2026-08-22T23:47:41.1099591-04:00",
"EndDate": "2026-08-22T23:47:41.1099591-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d22c91ad-368e-49d0-a235-7b6f574fc493",
"Used": true,
"UsedDateTime": "2026-08-22T23:47:41.1099591-04:00",
"InventoryItemID": "94cf9635-fc7a-4db3-9a12-ab5f675bf197"
},
{
"DiscountCodeID": "f0a5ae2d-79c9-43ac-9da6-605f5a405dd6",
"Code": "sample string 2",
"TrainingTypeID": "6170d841-58f3-4cef-ad5a-86de9cb9d5ba",
"TrainingClassID": "82720316-fe8b-46f2-bbab-e0dd0dde6e54",
"StartDate": "2026-08-22T23:47:41.1099591-04:00",
"EndDate": "2026-08-22T23:47:41.1099591-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d22c91ad-368e-49d0-a235-7b6f574fc493",
"Used": true,
"UsedDateTime": "2026-08-22T23:47:41.1099591-04:00",
"InventoryItemID": "94cf9635-fc7a-4db3-9a12-ab5f675bf197"
},
{
"DiscountCodeID": "f0a5ae2d-79c9-43ac-9da6-605f5a405dd6",
"Code": "sample string 2",
"TrainingTypeID": "6170d841-58f3-4cef-ad5a-86de9cb9d5ba",
"TrainingClassID": "82720316-fe8b-46f2-bbab-e0dd0dde6e54",
"StartDate": "2026-08-22T23:47:41.1099591-04:00",
"EndDate": "2026-08-22T23:47:41.1099591-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "d22c91ad-368e-49d0-a235-7b6f574fc493",
"Used": true,
"UsedDateTime": "2026-08-22T23:47:41.1099591-04:00",
"InventoryItemID": "94cf9635-fc7a-4db3-9a12-ab5f675bf197"
}
]