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": "099c4d0a-e904-45e1-8da6-8232f968ee24",
"Code": "sample string 2",
"TrainingTypeID": "653e5a92-97a1-43aa-84b4-95aa914ad31c",
"TrainingClassID": "6e2f0261-2f49-4ea6-aa43-0acb42dfa0fe",
"StartDate": "2026-05-18T15:46:00.9373274-04:00",
"EndDate": "2026-05-18T15:46:00.9373274-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "809e0d4e-971d-4133-a7cd-dd67a8ad09b9",
"Used": true,
"UsedDateTime": "2026-05-18T15:46:00.9373274-04:00",
"InventoryItemID": "bcc03b8e-3bda-4b9d-a251-894f89925538"
},
{
"DiscountCodeID": "099c4d0a-e904-45e1-8da6-8232f968ee24",
"Code": "sample string 2",
"TrainingTypeID": "653e5a92-97a1-43aa-84b4-95aa914ad31c",
"TrainingClassID": "6e2f0261-2f49-4ea6-aa43-0acb42dfa0fe",
"StartDate": "2026-05-18T15:46:00.9373274-04:00",
"EndDate": "2026-05-18T15:46:00.9373274-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "809e0d4e-971d-4133-a7cd-dd67a8ad09b9",
"Used": true,
"UsedDateTime": "2026-05-18T15:46:00.9373274-04:00",
"InventoryItemID": "bcc03b8e-3bda-4b9d-a251-894f89925538"
},
{
"DiscountCodeID": "099c4d0a-e904-45e1-8da6-8232f968ee24",
"Code": "sample string 2",
"TrainingTypeID": "653e5a92-97a1-43aa-84b4-95aa914ad31c",
"TrainingClassID": "6e2f0261-2f49-4ea6-aa43-0acb42dfa0fe",
"StartDate": "2026-05-18T15:46:00.9373274-04:00",
"EndDate": "2026-05-18T15:46:00.9373274-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "809e0d4e-971d-4133-a7cd-dd67a8ad09b9",
"Used": true,
"UsedDateTime": "2026-05-18T15:46:00.9373274-04:00",
"InventoryItemID": "bcc03b8e-3bda-4b9d-a251-894f89925538"
}
]