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": "cb05037d-cbbc-46c3-8425-9c404d531d76",
"Code": "sample string 2",
"TrainingTypeID": "8af7a56b-fd5a-42cc-b3b6-015b70625257",
"TrainingClassID": "404f9788-b5ce-42be-99fd-04cede6b225f",
"StartDate": "2026-06-06T14:53:22.3060349-04:00",
"EndDate": "2026-06-06T14:53:22.3060349-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a572c20b-e104-43de-8fbf-6a7aaa0b255f",
"Used": true,
"UsedDateTime": "2026-06-06T14:53:22.3060349-04:00",
"InventoryItemID": "9f2b4379-8cfb-4874-8536-7d6bda259a60"
},
{
"DiscountCodeID": "cb05037d-cbbc-46c3-8425-9c404d531d76",
"Code": "sample string 2",
"TrainingTypeID": "8af7a56b-fd5a-42cc-b3b6-015b70625257",
"TrainingClassID": "404f9788-b5ce-42be-99fd-04cede6b225f",
"StartDate": "2026-06-06T14:53:22.3060349-04:00",
"EndDate": "2026-06-06T14:53:22.3060349-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a572c20b-e104-43de-8fbf-6a7aaa0b255f",
"Used": true,
"UsedDateTime": "2026-06-06T14:53:22.3060349-04:00",
"InventoryItemID": "9f2b4379-8cfb-4874-8536-7d6bda259a60"
},
{
"DiscountCodeID": "cb05037d-cbbc-46c3-8425-9c404d531d76",
"Code": "sample string 2",
"TrainingTypeID": "8af7a56b-fd5a-42cc-b3b6-015b70625257",
"TrainingClassID": "404f9788-b5ce-42be-99fd-04cede6b225f",
"StartDate": "2026-06-06T14:53:22.3060349-04:00",
"EndDate": "2026-06-06T14:53:22.3060349-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "a572c20b-e104-43de-8fbf-6a7aaa0b255f",
"Used": true,
"UsedDateTime": "2026-06-06T14:53:22.3060349-04:00",
"InventoryItemID": "9f2b4379-8cfb-4874-8536-7d6bda259a60"
}
]