Gets_DM_Manager


Click here for a complete list of operations.

Get_Eazi_Plan

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_Plan"

<?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_Plan xmlns="http://tempuri.org/">
      <Eazi_OperatorPlanning_PlanId>string</Eazi_OperatorPlanning_PlanId>
      <ConnectionStringName>string</ConnectionStringName>
    </Get_Eazi_Plan>
  </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_PlanResponse xmlns="http://tempuri.org/">
      <Get_Eazi_PlanResult>
        <Eazi_OperatorPlanning_Plans>
          <Eazi_OperatorPlanning_PlanId>guid</Eazi_OperatorPlanning_PlanId>
          <PlannedDate>dateTime</PlannedDate>
          <DayOfWeekDisplay>string</DayOfWeekDisplay>
          <WeekNumber>int</WeekNumber>
          <MachineId>guid</MachineId>
          <CustomerName>string</CustomerName>
          <SiteName>string</SiteName>
          <RentalOrderNumber>string</RentalOrderNumber>
          <WorkDescription>string</WorkDescription>
          <deleted>boolean</deleted>
          <DateAdded>dateTime</DateAdded>
          <CompanyId>guid</CompanyId>
          <AddedBy>guid</AddedBy>
          <SMS_ToNumber>string</SMS_ToNumber>
          <SMS_Sent>boolean</SMS_Sent>
          <Eazi_OperatorId>guid</Eazi_OperatorId>
          <Eazi_HireSiteId>guid</Eazi_HireSiteId>
          <Comments>string</Comments>
          <MachineDisplayName>string</MachineDisplayName>
          <BackedUp>boolean</BackedUp>
        </Eazi_OperatorPlanning_Plans>
        <Eazi_OperatorPlanning_Plans>
          <Eazi_OperatorPlanning_PlanId>guid</Eazi_OperatorPlanning_PlanId>
          <PlannedDate>dateTime</PlannedDate>
          <DayOfWeekDisplay>string</DayOfWeekDisplay>
          <WeekNumber>int</WeekNumber>
          <MachineId>guid</MachineId>
          <CustomerName>string</CustomerName>
          <SiteName>string</SiteName>
          <RentalOrderNumber>string</RentalOrderNumber>
          <WorkDescription>string</WorkDescription>
          <deleted>boolean</deleted>
          <DateAdded>dateTime</DateAdded>
          <CompanyId>guid</CompanyId>
          <AddedBy>guid</AddedBy>
          <SMS_ToNumber>string</SMS_ToNumber>
          <SMS_Sent>boolean</SMS_Sent>
          <Eazi_OperatorId>guid</Eazi_OperatorId>
          <Eazi_HireSiteId>guid</Eazi_HireSiteId>
          <Comments>string</Comments>
          <MachineDisplayName>string</MachineDisplayName>
          <BackedUp>boolean</BackedUp>
        </Eazi_OperatorPlanning_Plans>
      </Get_Eazi_PlanResult>
    </Get_Eazi_PlanResponse>
  </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_Plan xmlns="http://tempuri.org/">
      <Eazi_OperatorPlanning_PlanId>string</Eazi_OperatorPlanning_PlanId>
      <ConnectionStringName>string</ConnectionStringName>
    </Get_Eazi_Plan>
  </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_PlanResponse xmlns="http://tempuri.org/">
      <Get_Eazi_PlanResult>
        <Eazi_OperatorPlanning_Plans>
          <Eazi_OperatorPlanning_PlanId>guid</Eazi_OperatorPlanning_PlanId>
          <PlannedDate>dateTime</PlannedDate>
          <DayOfWeekDisplay>string</DayOfWeekDisplay>
          <WeekNumber>int</WeekNumber>
          <MachineId>guid</MachineId>
          <CustomerName>string</CustomerName>
          <SiteName>string</SiteName>
          <RentalOrderNumber>string</RentalOrderNumber>
          <WorkDescription>string</WorkDescription>
          <deleted>boolean</deleted>
          <DateAdded>dateTime</DateAdded>
          <CompanyId>guid</CompanyId>
          <AddedBy>guid</AddedBy>
          <SMS_ToNumber>string</SMS_ToNumber>
          <SMS_Sent>boolean</SMS_Sent>
          <Eazi_OperatorId>guid</Eazi_OperatorId>
          <Eazi_HireSiteId>guid</Eazi_HireSiteId>
          <Comments>string</Comments>
          <MachineDisplayName>string</MachineDisplayName>
          <BackedUp>boolean</BackedUp>
        </Eazi_OperatorPlanning_Plans>
        <Eazi_OperatorPlanning_Plans>
          <Eazi_OperatorPlanning_PlanId>guid</Eazi_OperatorPlanning_PlanId>
          <PlannedDate>dateTime</PlannedDate>
          <DayOfWeekDisplay>string</DayOfWeekDisplay>
          <WeekNumber>int</WeekNumber>
          <MachineId>guid</MachineId>
          <CustomerName>string</CustomerName>
          <SiteName>string</SiteName>
          <RentalOrderNumber>string</RentalOrderNumber>
          <WorkDescription>string</WorkDescription>
          <deleted>boolean</deleted>
          <DateAdded>dateTime</DateAdded>
          <CompanyId>guid</CompanyId>
          <AddedBy>guid</AddedBy>
          <SMS_ToNumber>string</SMS_ToNumber>
          <SMS_Sent>boolean</SMS_Sent>
          <Eazi_OperatorId>guid</Eazi_OperatorId>
          <Eazi_HireSiteId>guid</Eazi_HireSiteId>
          <Comments>string</Comments>
          <MachineDisplayName>string</MachineDisplayName>
          <BackedUp>boolean</BackedUp>
        </Eazi_OperatorPlanning_Plans>
      </Get_Eazi_PlanResult>
    </Get_Eazi_PlanResponse>
  </soap12:Body>
</soap12:Envelope>