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": "79e9632d-1bc8-4815-a906-4b76d8e4191f",
"Code": "sample string 2",
"TrainingTypeID": "caa18245-d953-40e4-b8cc-dab0839b29a8",
"TrainingClassID": "83e6afb5-2ad0-46f8-af57-83f151bcbb84",
"StartDate": "2026-02-23T23:12:03.9182813-05:00",
"EndDate": "2026-02-23T23:12:03.9182813-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8a5baa9b-c493-42cb-a0e6-d2a186f7cfef",
"Used": true,
"UsedDateTime": "2026-02-23T23:12:03.9182813-05:00",
"InventoryItemID": "98c8c9b2-489f-4f2f-9420-5dd03a03b410"
},
{
"DiscountCodeID": "79e9632d-1bc8-4815-a906-4b76d8e4191f",
"Code": "sample string 2",
"TrainingTypeID": "caa18245-d953-40e4-b8cc-dab0839b29a8",
"TrainingClassID": "83e6afb5-2ad0-46f8-af57-83f151bcbb84",
"StartDate": "2026-02-23T23:12:03.9182813-05:00",
"EndDate": "2026-02-23T23:12:03.9182813-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8a5baa9b-c493-42cb-a0e6-d2a186f7cfef",
"Used": true,
"UsedDateTime": "2026-02-23T23:12:03.9182813-05:00",
"InventoryItemID": "98c8c9b2-489f-4f2f-9420-5dd03a03b410"
},
{
"DiscountCodeID": "79e9632d-1bc8-4815-a906-4b76d8e4191f",
"Code": "sample string 2",
"TrainingTypeID": "caa18245-d953-40e4-b8cc-dab0839b29a8",
"TrainingClassID": "83e6afb5-2ad0-46f8-af57-83f151bcbb84",
"StartDate": "2026-02-23T23:12:03.9182813-05:00",
"EndDate": "2026-02-23T23:12:03.9182813-05:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "8a5baa9b-c493-42cb-a0e6-d2a186f7cfef",
"Used": true,
"UsedDateTime": "2026-02-23T23:12:03.9182813-05:00",
"InventoryItemID": "98c8c9b2-489f-4f2f-9420-5dd03a03b410"
}
]