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": "6b2cdc60-6542-4a9e-97c2-7be46d5c524c",
"Code": "sample string 2",
"TrainingTypeID": "539d16a3-4d7a-4b36-b01e-f4abad29e121",
"TrainingClassID": "6a1e7709-e990-45a0-87fd-899984711f6e",
"StartDate": "2026-05-11T08:49:51.3787214-04:00",
"EndDate": "2026-05-11T08:49:51.3787214-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "35bdc63c-29db-4430-b805-6b98ee7c0b98",
"Used": true,
"UsedDateTime": "2026-05-11T08:49:51.3787214-04:00",
"InventoryItemID": "05e33ca2-5708-424c-bac4-9a6923de5449"
},
{
"DiscountCodeID": "6b2cdc60-6542-4a9e-97c2-7be46d5c524c",
"Code": "sample string 2",
"TrainingTypeID": "539d16a3-4d7a-4b36-b01e-f4abad29e121",
"TrainingClassID": "6a1e7709-e990-45a0-87fd-899984711f6e",
"StartDate": "2026-05-11T08:49:51.3787214-04:00",
"EndDate": "2026-05-11T08:49:51.3787214-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "35bdc63c-29db-4430-b805-6b98ee7c0b98",
"Used": true,
"UsedDateTime": "2026-05-11T08:49:51.3787214-04:00",
"InventoryItemID": "05e33ca2-5708-424c-bac4-9a6923de5449"
},
{
"DiscountCodeID": "6b2cdc60-6542-4a9e-97c2-7be46d5c524c",
"Code": "sample string 2",
"TrainingTypeID": "539d16a3-4d7a-4b36-b01e-f4abad29e121",
"TrainingClassID": "6a1e7709-e990-45a0-87fd-899984711f6e",
"StartDate": "2026-05-11T08:49:51.3787214-04:00",
"EndDate": "2026-05-11T08:49:51.3787214-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "35bdc63c-29db-4430-b805-6b98ee7c0b98",
"Used": true,
"UsedDateTime": "2026-05-11T08:49:51.3787214-04:00",
"InventoryItemID": "05e33ca2-5708-424c-bac4-9a6923de5449"
}
]