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": "0f9327bb-4550-4644-8eba-d5ffb32bcbdc",
"Code": "sample string 2",
"TrainingTypeID": "2a90e951-1b31-4095-9fa1-f6b94335e6cb",
"TrainingClassID": "597c6b60-9e1a-4c53-bb1d-b4ac3af279d1",
"StartDate": "2026-06-06T11:50:08.2600612-04:00",
"EndDate": "2026-06-06T11:50:08.2600612-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ff194b3b-8ff4-4ece-8c12-415ccc5fb9b1",
"Used": true,
"UsedDateTime": "2026-06-06T11:50:08.2600612-04:00",
"InventoryItemID": "e35f5351-b2df-43b4-99b7-9188802b6c82"
},
{
"DiscountCodeID": "0f9327bb-4550-4644-8eba-d5ffb32bcbdc",
"Code": "sample string 2",
"TrainingTypeID": "2a90e951-1b31-4095-9fa1-f6b94335e6cb",
"TrainingClassID": "597c6b60-9e1a-4c53-bb1d-b4ac3af279d1",
"StartDate": "2026-06-06T11:50:08.2600612-04:00",
"EndDate": "2026-06-06T11:50:08.2600612-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ff194b3b-8ff4-4ece-8c12-415ccc5fb9b1",
"Used": true,
"UsedDateTime": "2026-06-06T11:50:08.2600612-04:00",
"InventoryItemID": "e35f5351-b2df-43b4-99b7-9188802b6c82"
},
{
"DiscountCodeID": "0f9327bb-4550-4644-8eba-d5ffb32bcbdc",
"Code": "sample string 2",
"TrainingTypeID": "2a90e951-1b31-4095-9fa1-f6b94335e6cb",
"TrainingClassID": "597c6b60-9e1a-4c53-bb1d-b4ac3af279d1",
"StartDate": "2026-06-06T11:50:08.2600612-04:00",
"EndDate": "2026-06-06T11:50:08.2600612-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ff194b3b-8ff4-4ece-8c12-415ccc5fb9b1",
"Used": true,
"UsedDateTime": "2026-06-06T11:50:08.2600612-04:00",
"InventoryItemID": "e35f5351-b2df-43b4-99b7-9188802b6c82"
}
]