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": "ee6120b6-8039-44d7-a821-359a98c11ce4",
"Code": "sample string 2",
"TrainingTypeID": "8192146e-360b-46b9-9ab8-93146e34488f",
"TrainingClassID": "b65bafbe-a8ce-4eb2-af8d-74ead6e5d64b",
"StartDate": "2026-09-17T13:02:39.0869789-04:00",
"EndDate": "2026-09-17T13:02:39.0869789-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3795075c-a500-4b16-aef4-443abd0c9266",
"Used": true,
"UsedDateTime": "2026-09-17T13:02:39.0869789-04:00",
"InventoryItemID": "0e74f770-0c6d-465a-a3b9-55a46a2f4d98"
},
{
"DiscountCodeID": "ee6120b6-8039-44d7-a821-359a98c11ce4",
"Code": "sample string 2",
"TrainingTypeID": "8192146e-360b-46b9-9ab8-93146e34488f",
"TrainingClassID": "b65bafbe-a8ce-4eb2-af8d-74ead6e5d64b",
"StartDate": "2026-09-17T13:02:39.0869789-04:00",
"EndDate": "2026-09-17T13:02:39.0869789-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3795075c-a500-4b16-aef4-443abd0c9266",
"Used": true,
"UsedDateTime": "2026-09-17T13:02:39.0869789-04:00",
"InventoryItemID": "0e74f770-0c6d-465a-a3b9-55a46a2f4d98"
},
{
"DiscountCodeID": "ee6120b6-8039-44d7-a821-359a98c11ce4",
"Code": "sample string 2",
"TrainingTypeID": "8192146e-360b-46b9-9ab8-93146e34488f",
"TrainingClassID": "b65bafbe-a8ce-4eb2-af8d-74ead6e5d64b",
"StartDate": "2026-09-17T13:02:39.0869789-04:00",
"EndDate": "2026-09-17T13:02:39.0869789-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "3795075c-a500-4b16-aef4-443abd0c9266",
"Used": true,
"UsedDateTime": "2026-09-17T13:02:39.0869789-04:00",
"InventoryItemID": "0e74f770-0c6d-465a-a3b9-55a46a2f4d98"
}
]