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": "ace21f07-e343-43db-b735-1d7398d579a5",
"Code": "sample string 2",
"TrainingTypeID": "cbd19031-d1ce-4347-a481-a01964357c54",
"TrainingClassID": "e84b5ab8-3267-4724-9238-f676c7b357e3",
"StartDate": "2026-09-13T00:17:51.6398158-04:00",
"EndDate": "2026-09-13T00:17:51.6398158-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "63210045-dd21-413b-b9a1-56a6866f6e7e",
"Used": true,
"UsedDateTime": "2026-09-13T00:17:51.6398158-04:00",
"InventoryItemID": "4c5cfdc6-dcb2-4e5e-be2a-bb2ab2f7a61f"
},
{
"DiscountCodeID": "ace21f07-e343-43db-b735-1d7398d579a5",
"Code": "sample string 2",
"TrainingTypeID": "cbd19031-d1ce-4347-a481-a01964357c54",
"TrainingClassID": "e84b5ab8-3267-4724-9238-f676c7b357e3",
"StartDate": "2026-09-13T00:17:51.6398158-04:00",
"EndDate": "2026-09-13T00:17:51.6398158-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "63210045-dd21-413b-b9a1-56a6866f6e7e",
"Used": true,
"UsedDateTime": "2026-09-13T00:17:51.6398158-04:00",
"InventoryItemID": "4c5cfdc6-dcb2-4e5e-be2a-bb2ab2f7a61f"
},
{
"DiscountCodeID": "ace21f07-e343-43db-b735-1d7398d579a5",
"Code": "sample string 2",
"TrainingTypeID": "cbd19031-d1ce-4347-a481-a01964357c54",
"TrainingClassID": "e84b5ab8-3267-4724-9238-f676c7b357e3",
"StartDate": "2026-09-13T00:17:51.6398158-04:00",
"EndDate": "2026-09-13T00:17:51.6398158-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "63210045-dd21-413b-b9a1-56a6866f6e7e",
"Used": true,
"UsedDateTime": "2026-09-13T00:17:51.6398158-04:00",
"InventoryItemID": "4c5cfdc6-dcb2-4e5e-be2a-bb2ab2f7a61f"
}
]