Gets_DM_Manager


Click here for a complete list of operations.

Get_QuoteHistory

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

<?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_QuoteHistory xmlns="http://tempuri.org/">
      <CompanyId>string</CompanyId>
      <MachineId>string</MachineId>
      <ConnectionStringName>string</ConnectionStringName>
    </Get_QuoteHistory>
  </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_QuoteHistoryResponse xmlns="http://tempuri.org/">
      <Get_QuoteHistoryResult>
        <Quote>
          <QuoteId>guid</QuoteId>
          <QuoteNumber>int</QuoteNumber>
          <CustomerId>guid</CustomerId>
          <CusotmerName>string</CusotmerName>
          <Address1>string</Address1>
          <Address2>string</Address2>
          <City>string</City>
          <Province>string</Province>
          <PostalCode>string</PostalCode>
          <EmailAddress>string</EmailAddress>
          <TelNumber>string</TelNumber>
          <ContactName>string</ContactName>
          <ContactNumber>string</ContactNumber>
          <MachineId>guid</MachineId>
          <MAchineType>string</MAchineType>
          <QuotedHours>double</QuotedHours>
          <QuotedRate>double</QuotedRate>
          <QuotedTotal>double</QuotedTotal>
          <QuotedBy_UserId>guid</QuotedBy_UserId>
          <QuotedBy_Name>string</QuotedBy_Name>
          <CompanyId>guid</CompanyId>
          <QuoteDate>dateTime</QuoteDate>
          <QuoteExpires>dateTime</QuoteExpires>
          <MachineId_Items>string</MachineId_Items>
          <MachineType_Items>string</MachineType_Items>
          <QuotedHours_Items>string</QuotedHours_Items>
          <QuotedRate_Items>string</QuotedRate_Items>
          <ItemsCount>int</ItemsCount>
        </Quote>
        <Quote>
          <QuoteId>guid</QuoteId>
          <QuoteNumber>int</QuoteNumber>
          <CustomerId>guid</CustomerId>
          <CusotmerName>string</CusotmerName>
          <Address1>string</Address1>
          <Address2>string</Address2>
          <City>string</City>
          <Province>string</Province>
          <PostalCode>string</PostalCode>
          <EmailAddress>string</EmailAddress>
          <TelNumber>string</TelNumber>
          <ContactName>string</ContactName>
          <ContactNumber>string</ContactNumber>
          <MachineId>guid</MachineId>
          <MAchineType>string</MAchineType>
          <QuotedHours>double</QuotedHours>
          <QuotedRate>double</QuotedRate>
          <QuotedTotal>double</QuotedTotal>
          <QuotedBy_UserId>guid</QuotedBy_UserId>
          <QuotedBy_Name>string</QuotedBy_Name>
          <CompanyId>guid</CompanyId>
          <QuoteDate>dateTime</QuoteDate>
          <QuoteExpires>dateTime</QuoteExpires>
          <MachineId_Items>string</MachineId_Items>
          <MachineType_Items>string</MachineType_Items>
          <QuotedHours_Items>string</QuotedHours_Items>
          <QuotedRate_Items>string</QuotedRate_Items>
          <ItemsCount>int</ItemsCount>
        </Quote>
      </Get_QuoteHistoryResult>
    </Get_QuoteHistoryResponse>
  </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_QuoteHistory xmlns="http://tempuri.org/">
      <CompanyId>string</CompanyId>
      <MachineId>string</MachineId>
      <ConnectionStringName>string</ConnectionStringName>
    </Get_QuoteHistory>
  </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_QuoteHistoryResponse xmlns="http://tempuri.org/">
      <Get_QuoteHistoryResult>
        <Quote>
          <QuoteId>guid</QuoteId>
          <QuoteNumber>int</QuoteNumber>
          <CustomerId>guid</CustomerId>
          <CusotmerName>string</CusotmerName>
          <Address1>string</Address1>
          <Address2>string</Address2>
          <City>string</City>
          <Province>string</Province>
          <PostalCode>string</PostalCode>
          <EmailAddress>string</EmailAddress>
          <TelNumber>string</TelNumber>
          <ContactName>string</ContactName>
          <ContactNumber>string</ContactNumber>
          <MachineId>guid</MachineId>
          <MAchineType>string</MAchineType>
          <QuotedHours>double</QuotedHours>
          <QuotedRate>double</QuotedRate>
          <QuotedTotal>double</QuotedTotal>
          <QuotedBy_UserId>guid</QuotedBy_UserId>
          <QuotedBy_Name>string</QuotedBy_Name>
          <CompanyId>guid</CompanyId>
          <QuoteDate>dateTime</QuoteDate>
          <QuoteExpires>dateTime</QuoteExpires>
          <MachineId_Items>string</MachineId_Items>
          <MachineType_Items>string</MachineType_Items>
          <QuotedHours_Items>string</QuotedHours_Items>
          <QuotedRate_Items>string</QuotedRate_Items>
          <ItemsCount>int</ItemsCount>
        </Quote>
        <Quote>
          <QuoteId>guid</QuoteId>
          <QuoteNumber>int</QuoteNumber>
          <CustomerId>guid</CustomerId>
          <CusotmerName>string</CusotmerName>
          <Address1>string</Address1>
          <Address2>string</Address2>
          <City>string</City>
          <Province>string</Province>
          <PostalCode>string</PostalCode>
          <EmailAddress>string</EmailAddress>
          <TelNumber>string</TelNumber>
          <ContactName>string</ContactName>
          <ContactNumber>string</ContactNumber>
          <MachineId>guid</MachineId>
          <MAchineType>string</MAchineType>
          <QuotedHours>double</QuotedHours>
          <QuotedRate>double</QuotedRate>
          <QuotedTotal>double</QuotedTotal>
          <QuotedBy_UserId>guid</QuotedBy_UserId>
          <QuotedBy_Name>string</QuotedBy_Name>
          <CompanyId>guid</CompanyId>
          <QuoteDate>dateTime</QuoteDate>
          <QuoteExpires>dateTime</QuoteExpires>
          <MachineId_Items>string</MachineId_Items>
          <MachineType_Items>string</MachineType_Items>
          <QuotedHours_Items>string</QuotedHours_Items>
          <QuotedRate_Items>string</QuotedRate_Items>
          <ItemsCount>int</ItemsCount>
        </Quote>
      </Get_QuoteHistoryResult>
    </Get_QuoteHistoryResponse>
  </soap12:Body>
</soap12:Envelope>