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": "81b839d7-0ed5-49ab-97e6-3bdd08a66fdb",
"Code": "sample string 2",
"TrainingTypeID": "605a1c5b-c174-47c7-b00e-49d981308f36",
"TrainingClassID": "99133fc3-cdd8-48e8-adc3-03e0337e68ed",
"StartDate": "2026-05-30T11:51:06.2670286-04:00",
"EndDate": "2026-05-30T11:51:06.2670286-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "641008f9-c5a6-412c-b541-ad1c78f31e65",
"Used": true,
"UsedDateTime": "2026-05-30T11:51:06.2670286-04:00",
"InventoryItemID": "89afd74a-2648-4af2-be8e-5ef502f75c59"
},
{
"DiscountCodeID": "81b839d7-0ed5-49ab-97e6-3bdd08a66fdb",
"Code": "sample string 2",
"TrainingTypeID": "605a1c5b-c174-47c7-b00e-49d981308f36",
"TrainingClassID": "99133fc3-cdd8-48e8-adc3-03e0337e68ed",
"StartDate": "2026-05-30T11:51:06.2670286-04:00",
"EndDate": "2026-05-30T11:51:06.2670286-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "641008f9-c5a6-412c-b541-ad1c78f31e65",
"Used": true,
"UsedDateTime": "2026-05-30T11:51:06.2670286-04:00",
"InventoryItemID": "89afd74a-2648-4af2-be8e-5ef502f75c59"
},
{
"DiscountCodeID": "81b839d7-0ed5-49ab-97e6-3bdd08a66fdb",
"Code": "sample string 2",
"TrainingTypeID": "605a1c5b-c174-47c7-b00e-49d981308f36",
"TrainingClassID": "99133fc3-cdd8-48e8-adc3-03e0337e68ed",
"StartDate": "2026-05-30T11:51:06.2670286-04:00",
"EndDate": "2026-05-30T11:51:06.2670286-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "641008f9-c5a6-412c-b541-ad1c78f31e65",
"Used": true,
"UsedDateTime": "2026-05-30T11:51:06.2670286-04:00",
"InventoryItemID": "89afd74a-2648-4af2-be8e-5ef502f75c59"
}
]