Gets_DM_Manager


Click here for a complete list of operations.

Get_Eazi_Timesheets

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Gets_DM_Manager/Gets_DM_Manager.asmx HTTP/1.1
Host: atkworldwide.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Get_Eazi_Timesheets"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Get_Eazi_Timesheets xmlns="http://tempuri.org/">
      <CompanyId>string</CompanyId>
      <YearValue>string</YearValue>
      <MonthValue>string</MonthValue>
      <SiteName>string</SiteName>
      <Employee_UserId>string</Employee_UserId>
      <ConnectionStringName>string</ConnectionStringName>
    </Get_Eazi_Timesheets>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Get_Eazi_TimesheetsResponse xmlns="http://tempuri.org/">
      <Get_Eazi_TimesheetsResult>
        <Eazi_TimeSheets>
          <Eazi_TimeSheetId>guid</Eazi_TimeSheetId>
          <SheetDate>dateTime</SheetDate>
          <UserId>guid</UserId>
          <User_Occupation>string</User_Occupation>
          <CompanyId>guid</CompanyId>
          <DateAdded>dateTime</DateAdded>
          <AddedBy>guid</AddedBy>
          <SheetDayOfWeek>string</SheetDayOfWeek>
          <WeekNumber>int</WeekNumber>
          <YearNumber>int</YearNumber>
          <StartTime_Site />
          <EndTime_Site />
          <StartTime_Operate />
          <EndTime_Operate />
          <MachineId>guid</MachineId>
          <MachineName>string</MachineName>
          <SiteName>string</SiteName>
          <CustomerName>string</CustomerName>
          <RentalOrderNumber>string</RentalOrderNumber>
          <WorkAreaDescription>string</WorkAreaDescription>
          <Comments>string</Comments>
          <Start_WorklistId>guid</Start_WorklistId>
          <End_WorklistId>guid</End_WorklistId>
          <User_FullName>string</User_FullName>
          <BackedUp>boolean</BackedUp>
          <Section>string</Section>
          <SiteDuration>double</SiteDuration>
          <OperateDuration>double</OperateDuration>
        </Eazi_TimeSheets>
        <Eazi_TimeSheets>
          <Eazi_TimeSheetId>guid</Eazi_TimeSheetId>
          <SheetDate>dateTime</SheetDate>
          <UserId>guid</UserId>
          <User_Occupation>string</User_Occupation>
          <CompanyId>guid</CompanyId>
          <DateAdded>dateTime</DateAdded>
          <AddedBy>guid</AddedBy>
          <SheetDayOfWeek>string</SheetDayOfWeek>
          <WeekNumber>int</WeekNumber>
          <YearNumber>int</YearNumber>
          <StartTime_Site />
          <EndTime_Site />
          <StartTime_Operate />
          <EndTime_Operate />
          <MachineId>guid</MachineId>
          <MachineName>string</MachineName>
          <SiteName>string</SiteName>
          <CustomerName>string</CustomerName>
          <RentalOrderNumber>string</RentalOrderNumber>
          <WorkAreaDescription>string</WorkAreaDescription>
          <Comments>string</Comments>
          <Start_WorklistId>guid</Start_WorklistId>
          <End_WorklistId>guid</End_WorklistId>
          <User_FullName>string</User_FullName>
          <BackedUp>boolean</BackedUp>
          <Section>string</Section>
          <SiteDuration>double</SiteDuration>
          <OperateDuration>double</OperateDuration>
        </Eazi_TimeSheets>
      </Get_Eazi_TimesheetsResult>
    </Get_Eazi_TimesheetsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Gets_DM_Manager/Gets_DM_Manager.asmx HTTP/1.1
Host: atkworldwide.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Get_Eazi_Timesheets xmlns="http://tempuri.org/">
      <CompanyId>string</CompanyId>
      <YearValue>string</YearValue>
      <MonthValue>string</MonthValue>
      <SiteName>string</SiteName>
      <Employee_UserId>string</Employee_UserId>
      <ConnectionStringName>string</ConnectionStringName>
    </Get_Eazi_Timesheets>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Get_Eazi_TimesheetsResponse xmlns="http://tempuri.org/">
      <Get_Eazi_TimesheetsResult>
        <Eazi_TimeSheets>
          <Eazi_TimeSheetId>guid</Eazi_TimeSheetId>
          <SheetDate>dateTime</SheetDate>
          <UserId>guid</UserId>
          <User_Occupation>string</User_Occupation>
          <CompanyId>guid</CompanyId>
          <DateAdded>dateTime</DateAdded>
          <AddedBy>guid</AddedBy>
          <SheetDayOfWeek>string</SheetDayOfWeek>
          <WeekNumber>int</WeekNumber>
          <YearNumber>int</YearNumber>
          <StartTime_Site />
          <EndTime_Site />
          <StartTime_Operate />
          <EndTime_Operate />
          <MachineId>guid</MachineId>
          <MachineName>string</MachineName>
          <SiteName>string</SiteName>
          <CustomerName>string</CustomerName>
          <RentalOrderNumber>string</RentalOrderNumber>
          <WorkAreaDescription>string</WorkAreaDescription>
          <Comments>string</Comments>
          <Start_WorklistId>guid</Start_WorklistId>
          <End_WorklistId>guid</End_WorklistId>
          <User_FullName>string</User_FullName>
          <BackedUp>boolean</BackedUp>
          <Section>string</Section>
          <SiteDuration>double</SiteDuration>
          <OperateDuration>double</OperateDuration>
        </Eazi_TimeSheets>
        <Eazi_TimeSheets>
          <Eazi_TimeSheetId>guid</Eazi_TimeSheetId>
          <SheetDate>dateTime</SheetDate>
          <UserId>guid</UserId>
          <User_Occupation>string</User_Occupation>
          <CompanyId>guid</CompanyId>
          <DateAdded>dateTime</DateAdded>
          <AddedBy>guid</AddedBy>
          <SheetDayOfWeek>string</SheetDayOfWeek>
          <WeekNumber>int</WeekNumber>
          <YearNumber>int</YearNumber>
          <StartTime_Site />
          <EndTime_Site />
          <StartTime_Operate />
          <EndTime_Operate />
          <MachineId>guid</MachineId>
          <MachineName>string</MachineName>
          <SiteName>string</SiteName>
          <CustomerName>string</CustomerName>
          <RentalOrderNumber>string</RentalOrderNumber>
          <WorkAreaDescription>string</WorkAreaDescription>
          <Comments>string</Comments>
          <Start_WorklistId>guid</Start_WorklistId>
          <End_WorklistId>guid</End_WorklistId>
          <User_FullName>string</User_FullName>
          <BackedUp>boolean</BackedUp>
          <Section>string</Section>
          <SiteDuration>double</SiteDuration>
          <OperateDuration>double</OperateDuration>
        </Eazi_TimeSheets>
      </Get_Eazi_TimesheetsResult>
    </Get_Eazi_TimesheetsResponse>
  </soap12:Body>
</soap12:Envelope>