GET api/Transaction/{employeeNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeNo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Transaction| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| EmployeeNo | integer |
None. |
|
| COCLAmount | decimal number |
None. |
|
| Amount | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| Loader | string |
None. |
|
| Store | string |
None. |
|
| StoreNo | integer |
None. |
|
| Notes | string |
None. |
|
| Description | string |
None. |
|
| Type | string |
None. |
|
| TimeStamp | string |
None. |
|
| Status | string |
None. |
|
| ClaimConfirmation | string |
None. |
|
| LastUpdated | date |
None. |
|
| ConfirmationLog | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"CustomerID": 2,
"EmployeeNo": 3,
"COCLAmount": 4.1,
"Amount": 5.1,
"Balance": 6.1,
"Loader": "sample string 7",
"Store": "sample string 8",
"StoreNo": 0,
"Notes": "sample string 9",
"Description": "sample string 10",
"Type": "sample string 11",
"TimeStamp": "sample string 12",
"Status": "sample string 13",
"ClaimConfirmation": "sample string 14",
"LastUpdated": "2026-05-04T00:37:00.3676353+00:00",
"ConfirmationLog": "sample string 16"
},
{
"ID": 1,
"CustomerID": 2,
"EmployeeNo": 3,
"COCLAmount": 4.1,
"Amount": 5.1,
"Balance": 6.1,
"Loader": "sample string 7",
"Store": "sample string 8",
"StoreNo": 0,
"Notes": "sample string 9",
"Description": "sample string 10",
"Type": "sample string 11",
"TimeStamp": "sample string 12",
"Status": "sample string 13",
"ClaimConfirmation": "sample string 14",
"LastUpdated": "2026-05-04T00:37:00.3676353+00:00",
"ConfirmationLog": "sample string 16"
}
]
application/xml, text/xml
Sample:
<ArrayOfTransaction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TipsTodaySharedLibrary">
<Transaction>
<Amount>5.1</Amount>
<Balance>6.1</Balance>
<COCLAmount>4.1</COCLAmount>
<ClaimConfirmation>sample string 14</ClaimConfirmation>
<ConfirmationLog>sample string 16</ConfirmationLog>
<CustomerID>2</CustomerID>
<Description>sample string 10</Description>
<EmployeeNo>3</EmployeeNo>
<ID>1</ID>
<LastUpdated>2026-05-04T00:37:00.3676353+00:00</LastUpdated>
<Loader>sample string 7</Loader>
<Notes>sample string 9</Notes>
<Status>sample string 13</Status>
<Store>sample string 8</Store>
<TimeStamp>sample string 12</TimeStamp>
<Type>sample string 11</Type>
</Transaction>
<Transaction>
<Amount>5.1</Amount>
<Balance>6.1</Balance>
<COCLAmount>4.1</COCLAmount>
<ClaimConfirmation>sample string 14</ClaimConfirmation>
<ConfirmationLog>sample string 16</ConfirmationLog>
<CustomerID>2</CustomerID>
<Description>sample string 10</Description>
<EmployeeNo>3</EmployeeNo>
<ID>1</ID>
<LastUpdated>2026-05-04T00:37:00.3676353+00:00</LastUpdated>
<Loader>sample string 7</Loader>
<Notes>sample string 9</Notes>
<Status>sample string 13</Status>
<Store>sample string 8</Store>
<TimeStamp>sample string 12</TimeStamp>
<Type>sample string 11</Type>
</Transaction>
</ArrayOfTransaction>