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": "48d073cf-0c47-4d22-9692-a54e5960c726",
"Code": "sample string 2",
"TrainingTypeID": "8b7f63af-521d-4c29-a561-ae8a930ad9cf",
"TrainingClassID": "21751cb9-6651-4ee4-b405-02dd63b8c487",
"StartDate": "2026-07-21T10:59:53.5152002-04:00",
"EndDate": "2026-07-21T10:59:53.5152002-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "77ec0782-06cc-4e06-b93a-720345801f6d",
"Used": true,
"UsedDateTime": "2026-07-21T10:59:53.5152002-04:00",
"InventoryItemID": "3c2b1b57-9c9a-4ad9-99c0-88f5752b824e"
},
{
"DiscountCodeID": "48d073cf-0c47-4d22-9692-a54e5960c726",
"Code": "sample string 2",
"TrainingTypeID": "8b7f63af-521d-4c29-a561-ae8a930ad9cf",
"TrainingClassID": "21751cb9-6651-4ee4-b405-02dd63b8c487",
"StartDate": "2026-07-21T10:59:53.5152002-04:00",
"EndDate": "2026-07-21T10:59:53.5152002-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "77ec0782-06cc-4e06-b93a-720345801f6d",
"Used": true,
"UsedDateTime": "2026-07-21T10:59:53.5152002-04:00",
"InventoryItemID": "3c2b1b57-9c9a-4ad9-99c0-88f5752b824e"
},
{
"DiscountCodeID": "48d073cf-0c47-4d22-9692-a54e5960c726",
"Code": "sample string 2",
"TrainingTypeID": "8b7f63af-521d-4c29-a561-ae8a930ad9cf",
"TrainingClassID": "21751cb9-6651-4ee4-b405-02dd63b8c487",
"StartDate": "2026-07-21T10:59:53.5152002-04:00",
"EndDate": "2026-07-21T10:59:53.5152002-04:00",
"Deleted": true,
"Amount": 4.0,
"PersonID": "77ec0782-06cc-4e06-b93a-720345801f6d",
"Used": true,
"UsedDateTime": "2026-07-21T10:59:53.5152002-04:00",
"InventoryItemID": "3c2b1b57-9c9a-4ad9-99c0-88f5752b824e"
}
]