-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGetTimesheet.xml
More file actions
23 lines (23 loc) · 863 Bytes
/
GetTimesheet.xml
File metadata and controls
23 lines (23 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tim="http://services.agresso.com/TimesheetService/TimesheetV201205">
<soapenv:Header/>
<soapenv:Body>
<tim:GetTimesheet>
<!--Optional:-->
<tim:input>
<tim:DateTimeFrom>${FROM}</tim:DateTimeFrom>
<tim:DateTimeTo>${TO}</tim:DateTimeTo>
<!--Optional:-->
<tim:ResourceId>${USERNAME}</tim:ResourceId>
</tim:input>
<!--Optional:-->
<tim:credentials>
<!--Optional:-->
<tim:Username>${USERNAME}</tim:Username>
<!--Optional:-->
<tim:Client>${CLIENT}</tim:Client>
<!--Optional:-->
<tim:Password>${PASSWORD}</tim:Password>
</tim:credentials>
</tim:GetTimesheet>
</soapenv:Body>
</soapenv:Envelope>