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": "6e07272f-aaa2-469f-9ae2-ba3bf6f2f6c6",
"Code": "sample string 2",
"TrainingTypeID": "f9e30d9b-b544-4c5d-ba6e-1936776112dd",
"TrainingClassID": "e3ea98fb-8983-45db-8ee5-1d1279a83518",
"StartDate": "2026-06-30T07:41:49.8892594-04:00",
"EndDate": "2026-06-30T07:41:49.8892594-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0fe081b3-2738-4f95-8404-36d0b32cd848",
"Used": true,
"UsedDateTime": "2026-06-30T07:41:49.8892594-04:00",
"InventoryItemID": "5b453694-8aa1-4644-b9ba-dacb891e290e"
},
{
"DiscountCodeID": "6e07272f-aaa2-469f-9ae2-ba3bf6f2f6c6",
"Code": "sample string 2",
"TrainingTypeID": "f9e30d9b-b544-4c5d-ba6e-1936776112dd",
"TrainingClassID": "e3ea98fb-8983-45db-8ee5-1d1279a83518",
"StartDate": "2026-06-30T07:41:49.8892594-04:00",
"EndDate": "2026-06-30T07:41:49.8892594-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0fe081b3-2738-4f95-8404-36d0b32cd848",
"Used": true,
"UsedDateTime": "2026-06-30T07:41:49.8892594-04:00",
"InventoryItemID": "5b453694-8aa1-4644-b9ba-dacb891e290e"
},
{
"DiscountCodeID": "6e07272f-aaa2-469f-9ae2-ba3bf6f2f6c6",
"Code": "sample string 2",
"TrainingTypeID": "f9e30d9b-b544-4c5d-ba6e-1936776112dd",
"TrainingClassID": "e3ea98fb-8983-45db-8ee5-1d1279a83518",
"StartDate": "2026-06-30T07:41:49.8892594-04:00",
"EndDate": "2026-06-30T07:41:49.8892594-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "0fe081b3-2738-4f95-8404-36d0b32cd848",
"Used": true,
"UsedDateTime": "2026-06-30T07:41:49.8892594-04:00",
"InventoryItemID": "5b453694-8aa1-4644-b9ba-dacb891e290e"
}
]