📄 example-xml-req-repl.txt
字号:
example of a request for all users
<tcapp:GetTimeEntryReport>
<tcapp:ClientName>GM</tcapp:ClientName>
<tcapp:StartDate>10/4/2002</tcapp:StartDate>
<tcapp:EndDate>11/28/2002</tcapp:EndDate>
<tcapp:AllUsers/>
</tcapp:GetTimeEntryReport>
example of a request for a list of users (employees)
<tcapp:GetTimeEntryReport>
<tcapp:ClientName>ford</tcapp:ClientName>
<tcapp:StartDate>10/4/2002</tcapp:StartDate>
<tcapp:EndDate>11/28/2002</tcapp:EndDate>
<tcapp:Users>
<tcapp:UserName>fred</tcapp:UserName>
<tcapp:UserName>CT</tcapp:UserName>
<tcapp:UserName>syed</tcapp:UserName>
</tcapp:Users>
</tcapp:GetTimeEntryReport>
example of a response with time entry data for all users
<tcapp:TimeEntries>
<tcapp:User>
<tcapp:Name>fred</tcapp:Name>
<tcapp:TimeEntry>
<tcapp:Project>Mustang</tcapp:Project>
<tcapp:ChargeCode>Paint</tcapp:ChargeCode>
<tcapp:Date>10/04/2002</tcapp:Date>
<tcapp:Hours>5</tcapp:Hours>
</tcapp:TimeEntry>
<tcapp:TimeEntry>
<tcapp:Project>Mustang</tcapp:Project>
<tcapp:ChargeCode>Paint</tcapp:ChargeCode>
<tcapp:Date>10/05/2002</tcapp:Date>
<tcapp:Hours>8</tcapp:Hours>
</tcapp:TimeEntry>
</tcapp:User>
<tcapp:User>
<tcapp:Name>CT</tcapp:Name>
<tcapp:TimeEntry>
<tcapp:Project>Mustang</tcapp:Project>
<tcapp:ChargeCode>Paint</tcapp:ChargeCode>
<tcapp:Date>10/04/2002</tcapp:Date>
<tcapp:Hours>5</tcapp:Hours>
</tcapp:TimeEntry>
<tcapp:TimeEntry>
<tcapp:Project>Explorer</tcapp:Project>
<tcapp:ChargeCode>Paint</tcapp:ChargeCode>
<tcapp:Date>10/05/2002</tcapp:Date>
<tcapp:Hours>8</tcapp:Hours>
</tcapp:TimeEntry>
</tcapp:User>
</tcapp:TimeEntries>
example of a response with time entry data for a list of users
<tcapp:TimeEntries>
<tcapp:User>
<tcapp:Name>fred</tcapp:Name>
<tcapp:TimeEntry>
<tcapp:Project>Mustang</tcapp:Project>
<tcapp:ChargeCode>Paint</tcapp:ChargeCode>
<tcapp:Date>10/04/2002</tcapp:Date>
<tcapp:Hours>5</tcapp:Hours>
</tcapp:TimeEntry>
<tcapp:TimeEntry>
<tcapp:Project>Mustang</tcapp:Project>
<tcapp:ChargeCode>Paint</tcapp:ChargeCode>
<tcapp:Date>10/05/2002</tcapp:Date>
<tcapp:Hours>8</tcapp:Hours>
</tcapp:TimeEntry>
</tcapp:User>
<tcapp:User>
<tcapp:Name>CT</tcapp:Name>
<tcapp:TimeEntry>
<tcapp:Project>Mustang</tcapp:Project>
<tcapp:ChargeCode>Paint</tcapp:ChargeCode>
<tcapp:Date>10/04/2002</tcapp:Date>
<tcapp:Hours>5</tcapp:Hours>
</tcapp:TimeEntry>
<tcapp:TimeEntry>
<tcapp:Project>Explorer</tcapp:Project>
<tcapp:ChargeCode>Paint</tcapp:ChargeCode>
<tcapp:Date>10/05/2002</tcapp:Date>
<tcapp:Hours>8</tcapp:Hours>
</tcapp:TimeEntry>
</tcapp:User>
</tcapp:TimeEntries>
<tcapp:UsersNotInDatabase>
<tcapp:UserName>syed</tcapp:UserName>
</tcapp:UsersNotInDatabase>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -