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": "64018be9-db62-4d3c-80a2-3f36342054c3",
"Code": "sample string 2",
"TrainingTypeID": "8932490c-d923-4860-97aa-a17fe9530a30",
"TrainingClassID": "8526b94c-f26b-49fd-bb7d-5b227222492a",
"StartDate": "2026-07-08T07:53:53.6909998-04:00",
"EndDate": "2026-07-08T07:53:53.6909998-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ca4eae63-2ecf-4ac9-a2c8-1c5ab8c7bc69",
"Used": true,
"UsedDateTime": "2026-07-08T07:53:53.6909998-04:00",
"InventoryItemID": "131c3054-0973-479d-9738-a475cad81cfc"
},
{
"DiscountCodeID": "64018be9-db62-4d3c-80a2-3f36342054c3",
"Code": "sample string 2",
"TrainingTypeID": "8932490c-d923-4860-97aa-a17fe9530a30",
"TrainingClassID": "8526b94c-f26b-49fd-bb7d-5b227222492a",
"StartDate": "2026-07-08T07:53:53.6909998-04:00",
"EndDate": "2026-07-08T07:53:53.6909998-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ca4eae63-2ecf-4ac9-a2c8-1c5ab8c7bc69",
"Used": true,
"UsedDateTime": "2026-07-08T07:53:53.6909998-04:00",
"InventoryItemID": "131c3054-0973-479d-9738-a475cad81cfc"
},
{
"DiscountCodeID": "64018be9-db62-4d3c-80a2-3f36342054c3",
"Code": "sample string 2",
"TrainingTypeID": "8932490c-d923-4860-97aa-a17fe9530a30",
"TrainingClassID": "8526b94c-f26b-49fd-bb7d-5b227222492a",
"StartDate": "2026-07-08T07:53:53.6909998-04:00",
"EndDate": "2026-07-08T07:53:53.6909998-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "ca4eae63-2ecf-4ac9-a2c8-1c5ab8c7bc69",
"Used": true,
"UsedDateTime": "2026-07-08T07:53:53.6909998-04:00",
"InventoryItemID": "131c3054-0973-479d-9738-a475cad81cfc"
}
]