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": "c3b39d93-c395-470d-a07f-1add4f62d912",
"Code": "sample string 2",
"TrainingTypeID": "543cbb36-981c-4e2a-a61d-f4f1b1373f2b",
"TrainingClassID": "38c2af86-cf07-4917-b476-ad22e8a04736",
"StartDate": "2026-06-12T03:00:32.0620953-04:00",
"EndDate": "2026-06-12T03:00:32.0620953-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9cc3eab5-7858-495b-baa3-08cf79f09bd0",
"Used": true,
"UsedDateTime": "2026-06-12T03:00:32.0620953-04:00",
"InventoryItemID": "1e1ae013-6001-4cc4-b0b7-a9ea0d6564fd"
},
{
"DiscountCodeID": "c3b39d93-c395-470d-a07f-1add4f62d912",
"Code": "sample string 2",
"TrainingTypeID": "543cbb36-981c-4e2a-a61d-f4f1b1373f2b",
"TrainingClassID": "38c2af86-cf07-4917-b476-ad22e8a04736",
"StartDate": "2026-06-12T03:00:32.0620953-04:00",
"EndDate": "2026-06-12T03:00:32.0620953-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9cc3eab5-7858-495b-baa3-08cf79f09bd0",
"Used": true,
"UsedDateTime": "2026-06-12T03:00:32.0620953-04:00",
"InventoryItemID": "1e1ae013-6001-4cc4-b0b7-a9ea0d6564fd"
},
{
"DiscountCodeID": "c3b39d93-c395-470d-a07f-1add4f62d912",
"Code": "sample string 2",
"TrainingTypeID": "543cbb36-981c-4e2a-a61d-f4f1b1373f2b",
"TrainingClassID": "38c2af86-cf07-4917-b476-ad22e8a04736",
"StartDate": "2026-06-12T03:00:32.0620953-04:00",
"EndDate": "2026-06-12T03:00:32.0620953-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "9cc3eab5-7858-495b-baa3-08cf79f09bd0",
"Used": true,
"UsedDateTime": "2026-06-12T03:00:32.0620953-04:00",
"InventoryItemID": "1e1ae013-6001-4cc4-b0b7-a9ea0d6564fd"
}
]