GET api/report/{clientId}/BillSummaryEmp?fromDate={fromDate}&toDate={toDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | string |
Required |
|
| fromDate | date |
Required |
|
| toDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BillSummaryEmpDisplayDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AgencyName | string |
None. |
|
| WurkNowID | string |
None. |
|
| EmpID | string |
None. |
|
| EmpName | string |
None. |
|
| ClientHireDate | string |
None. |
|
| TimecardLocked | string |
None. |
|
| TimecardApproved | string |
None. |
|
| ClientUserTimecardApprovers | string |
None. |
|
| Department | string |
None. |
|
| PayPeriodStart | string |
None. |
|
| Shift | string |
None. |
|
| HourlyRate | decimal number |
None. |
|
| MarkupPercent | decimal number |
None. |
|
| OT1MarkupPercent | decimal number |
None. |
|
| OT2MarkupPercent | decimal number |
None. |
|
| RegBillRate | decimal number |
None. |
|
| OT1BillRate | decimal number |
None. |
|
| OT2BillRate | decimal number |
None. |
|
| TotalHours | string |
None. |
|
| RegularHours | string |
None. |
|
| OT1Hours | string |
None. |
|
| OT2Hours | string |
None. |
|
| PaidHours | string |
None. |
|
| WorkHours | string |
None. |
|
| NonWorkHours | string |
None. |
|
| RegularTotal | decimal number |
None. |
|
| OT1Total | decimal number |
None. |
|
| OT2Total | decimal number |
None. |
|
| TotalBill | decimal number |
None. |
|
| DynamicFields | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AgencyName": "sample string 1",
"WurkNowID": "sample string 2",
"EmpID": "sample string 3",
"EmpName": "sample string 4",
"ClientHireDate": "sample string 5",
"TimecardLocked": "sample string 6",
"TimecardApproved": "sample string 7",
"ClientUserTimecardApprovers": "sample string 8",
"Department": "sample string 13",
"PayPeriodStart": "sample string 14",
"Shift": "sample string 15",
"HourlyRate": 16.0,
"MarkupPercent": 17.0,
"OT1MarkupPercent": 18.0,
"OT2MarkupPercent": 19.0,
"RegBillRate": 20.0,
"OT1BillRate": 21.0,
"OT2BillRate": 22.0,
"TotalHours": "sample string 23",
"RegularHours": "sample string 24",
"OT1Hours": "sample string 25",
"OT2Hours": "sample string 26",
"PaidHours": "sample string 27",
"WorkHours": "sample string 28",
"NonWorkHours": "sample string 29",
"RegularTotal": 30.0,
"OT1Total": 31.0,
"OT2Total": 32.0,
"TotalBill": 33.0,
"sample string 1": {},
"sample string 3": {}
},
{
"AgencyName": "sample string 1",
"WurkNowID": "sample string 2",
"EmpID": "sample string 3",
"EmpName": "sample string 4",
"ClientHireDate": "sample string 5",
"TimecardLocked": "sample string 6",
"TimecardApproved": "sample string 7",
"ClientUserTimecardApprovers": "sample string 8",
"Department": "sample string 13",
"PayPeriodStart": "sample string 14",
"Shift": "sample string 15",
"HourlyRate": 16.0,
"MarkupPercent": 17.0,
"OT1MarkupPercent": 18.0,
"OT2MarkupPercent": 19.0,
"RegBillRate": 20.0,
"OT1BillRate": 21.0,
"OT2BillRate": 22.0,
"TotalHours": "sample string 23",
"RegularHours": "sample string 24",
"OT1Hours": "sample string 25",
"OT2Hours": "sample string 26",
"PaidHours": "sample string 27",
"WorkHours": "sample string 28",
"NonWorkHours": "sample string 29",
"RegularTotal": 30.0,
"OT1Total": 31.0,
"OT2Total": 32.0,
"TotalBill": 33.0,
"sample string 1": {},
"sample string 3": {}
}
]
application/xml, text/xml
Sample:
<ArrayOfBillSummaryEmpDisplayDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WurkNowDTO.ClientApi">
<BillSummaryEmpDisplayDTO>
<AgencyName>sample string 1</AgencyName>
<ClientHireDate>sample string 5</ClientHireDate>
<ClientUserTimecardApprovers>sample string 8</ClientUserTimecardApprovers>
<CustomField1>sample string 34</CustomField1>
<CustomField2>sample string 35</CustomField2>
<CustomField3>sample string 36</CustomField3>
<CustomField4>sample string 37</CustomField4>
<CustomField5>sample string 38</CustomField5>
<CustomField6>sample string 39</CustomField6>
<Department>sample string 13</Department>
<DynamicFields xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
</DynamicFields>
<EmpID>sample string 3</EmpID>
<EmpName>sample string 4</EmpName>
<HourlyRate>16</HourlyRate>
<Level1>sample string 9</Level1>
<Level2>sample string 10</Level2>
<Level3>sample string 11</Level3>
<Level4>sample string 12</Level4>
<MarkupPercent>17</MarkupPercent>
<NonWorkHours>sample string 29</NonWorkHours>
<OT1BillRate>21</OT1BillRate>
<OT1Hours>sample string 25</OT1Hours>
<OT1MarkupPercent>18</OT1MarkupPercent>
<OT1Total>31</OT1Total>
<OT2BillRate>22</OT2BillRate>
<OT2Hours>sample string 26</OT2Hours>
<OT2MarkupPercent>19</OT2MarkupPercent>
<OT2Total>32</OT2Total>
<PaidHours>sample string 27</PaidHours>
<PayPeriodStart>sample string 14</PayPeriodStart>
<RegBillRate>20</RegBillRate>
<RegularHours>sample string 24</RegularHours>
<RegularTotal>30</RegularTotal>
<Shift>sample string 15</Shift>
<TimecardApproved>sample string 7</TimecardApproved>
<TimecardLocked>sample string 6</TimecardLocked>
<TotalBill>33</TotalBill>
<TotalHours>sample string 23</TotalHours>
<WorkHours>sample string 28</WorkHours>
<WurkNowID>sample string 2</WurkNowID>
</BillSummaryEmpDisplayDTO>
<BillSummaryEmpDisplayDTO>
<AgencyName>sample string 1</AgencyName>
<ClientHireDate>sample string 5</ClientHireDate>
<ClientUserTimecardApprovers>sample string 8</ClientUserTimecardApprovers>
<CustomField1>sample string 34</CustomField1>
<CustomField2>sample string 35</CustomField2>
<CustomField3>sample string 36</CustomField3>
<CustomField4>sample string 37</CustomField4>
<CustomField5>sample string 38</CustomField5>
<CustomField6>sample string 39</CustomField6>
<Department>sample string 13</Department>
<DynamicFields xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value />
</d3p1:KeyValueOfstringanyType>
</DynamicFields>
<EmpID>sample string 3</EmpID>
<EmpName>sample string 4</EmpName>
<HourlyRate>16</HourlyRate>
<Level1>sample string 9</Level1>
<Level2>sample string 10</Level2>
<Level3>sample string 11</Level3>
<Level4>sample string 12</Level4>
<MarkupPercent>17</MarkupPercent>
<NonWorkHours>sample string 29</NonWorkHours>
<OT1BillRate>21</OT1BillRate>
<OT1Hours>sample string 25</OT1Hours>
<OT1MarkupPercent>18</OT1MarkupPercent>
<OT1Total>31</OT1Total>
<OT2BillRate>22</OT2BillRate>
<OT2Hours>sample string 26</OT2Hours>
<OT2MarkupPercent>19</OT2MarkupPercent>
<OT2Total>32</OT2Total>
<PaidHours>sample string 27</PaidHours>
<PayPeriodStart>sample string 14</PayPeriodStart>
<RegBillRate>20</RegBillRate>
<RegularHours>sample string 24</RegularHours>
<RegularTotal>30</RegularTotal>
<Shift>sample string 15</Shift>
<TimecardApproved>sample string 7</TimecardApproved>
<TimecardLocked>sample string 6</TimecardLocked>
<TotalBill>33</TotalBill>
<TotalHours>sample string 23</TotalHours>
<WorkHours>sample string 28</WorkHours>
<WurkNowID>sample string 2</WurkNowID>
</BillSummaryEmpDisplayDTO>
</ArrayOfBillSummaryEmpDisplayDTO>