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": "33443445-3e60-4b04-8588-436a52bb2293",
"Code": "sample string 2",
"TrainingTypeID": "5dd7bc6e-6734-4cdc-8172-1931e09bf6b9",
"TrainingClassID": "9e321701-2b78-4bf1-9001-e964a451171a",
"StartDate": "2026-08-04T00:29:59.4553757-04:00",
"EndDate": "2026-08-04T00:29:59.4553757-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "63278b45-8955-4263-8784-258dec0a213a",
"Used": true,
"UsedDateTime": "2026-08-04T00:29:59.4553757-04:00",
"InventoryItemID": "72a3779c-f8ae-4561-b711-7921e9857e05"
},
{
"DiscountCodeID": "33443445-3e60-4b04-8588-436a52bb2293",
"Code": "sample string 2",
"TrainingTypeID": "5dd7bc6e-6734-4cdc-8172-1931e09bf6b9",
"TrainingClassID": "9e321701-2b78-4bf1-9001-e964a451171a",
"StartDate": "2026-08-04T00:29:59.4553757-04:00",
"EndDate": "2026-08-04T00:29:59.4553757-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "63278b45-8955-4263-8784-258dec0a213a",
"Used": true,
"UsedDateTime": "2026-08-04T00:29:59.4553757-04:00",
"InventoryItemID": "72a3779c-f8ae-4561-b711-7921e9857e05"
},
{
"DiscountCodeID": "33443445-3e60-4b04-8588-436a52bb2293",
"Code": "sample string 2",
"TrainingTypeID": "5dd7bc6e-6734-4cdc-8172-1931e09bf6b9",
"TrainingClassID": "9e321701-2b78-4bf1-9001-e964a451171a",
"StartDate": "2026-08-04T00:29:59.4553757-04:00",
"EndDate": "2026-08-04T00:29:59.4553757-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "63278b45-8955-4263-8784-258dec0a213a",
"Used": true,
"UsedDateTime": "2026-08-04T00:29:59.4553757-04:00",
"InventoryItemID": "72a3779c-f8ae-4561-b711-7921e9857e05"
}
]