EwsLabelService


Click here for a complete list of operations.

GetRetailAccounts

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 /LabelService/EwsLabelService.asmx HTTP/1.1
Host: elstestserver.endicia.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "www.envmgr.com/LabelService/GetRetailAccounts"

<?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>
    <GetRetailAccounts xmlns="www.envmgr.com/LabelService">
      <RetailAccountsRequest>
        <AccountID>string</AccountID>
        <PassPhrase>string</PassPhrase>
        <StartDateTime>string</StartDateTime>
        <EndDateTime>string</EndDateTime>
      </RetailAccountsRequest>
    </GetRetailAccounts>
  </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>
    <GetRetailAccountsResponse xmlns="www.envmgr.com/LabelService">
      <RetailAccountsResponse Status="int" ErrorMessage="string">
        <RetailAccounts>
          <RetailAccount>
            <AccountNumber>int</AccountNumber>
            <Name>string</Name>
            <CompanyName>string</CompanyName>
            <PhoneNumber>string</PhoneNumber>
            <PhoneExt>string</PhoneExt>
            <FaxNumber>string</FaxNumber>
            <EmailAddress>string</EmailAddress>
            <ReferredBy>string</ReferredBy>
            <SignupDate>dateTime</SignupDate>
            <DomesticContractId>string</DomesticContractId>
            <InternationalContractId>string</InternationalContractId>
            <PhysicalAddress>string</PhysicalAddress>
            <PhysicalCity>string</PhysicalCity>
            <PhysicalState>string</PhysicalState>
            <PhysicalZip>string</PhysicalZip>
            <AccountStatus>string</AccountStatus>
            <Purchased>decimal</Purchased>
            <Printed>decimal</Printed>
            <Refunded>decimal</Refunded>
            <Balance>decimal</Balance>
          </RetailAccount>
          <RetailAccount>
            <AccountNumber>int</AccountNumber>
            <Name>string</Name>
            <CompanyName>string</CompanyName>
            <PhoneNumber>string</PhoneNumber>
            <PhoneExt>string</PhoneExt>
            <FaxNumber>string</FaxNumber>
            <EmailAddress>string</EmailAddress>
            <ReferredBy>string</ReferredBy>
            <SignupDate>dateTime</SignupDate>
            <DomesticContractId>string</DomesticContractId>
            <InternationalContractId>string</InternationalContractId>
            <PhysicalAddress>string</PhysicalAddress>
            <PhysicalCity>string</PhysicalCity>
            <PhysicalState>string</PhysicalState>
            <PhysicalZip>string</PhysicalZip>
            <AccountStatus>string</AccountStatus>
            <Purchased>decimal</Purchased>
            <Printed>decimal</Printed>
            <Refunded>decimal</Refunded>
            <Balance>decimal</Balance>
          </RetailAccount>
        </RetailAccounts>
      </RetailAccountsResponse>
    </GetRetailAccountsResponse>
  </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 /LabelService/EwsLabelService.asmx HTTP/1.1
Host: elstestserver.endicia.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>
    <GetRetailAccounts xmlns="www.envmgr.com/LabelService">
      <RetailAccountsRequest>
        <AccountID>string</AccountID>
        <PassPhrase>string</PassPhrase>
        <StartDateTime>string</StartDateTime>
        <EndDateTime>string</EndDateTime>
      </RetailAccountsRequest>
    </GetRetailAccounts>
  </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>
    <GetRetailAccountsResponse xmlns="www.envmgr.com/LabelService">
      <RetailAccountsResponse Status="int" ErrorMessage="string">
        <RetailAccounts>
          <RetailAccount>
            <AccountNumber>int</AccountNumber>
            <Name>string</Name>
            <CompanyName>string</CompanyName>
            <PhoneNumber>string</PhoneNumber>
            <PhoneExt>string</PhoneExt>
            <FaxNumber>string</FaxNumber>
            <EmailAddress>string</EmailAddress>
            <ReferredBy>string</ReferredBy>
            <SignupDate>dateTime</SignupDate>
            <DomesticContractId>string</DomesticContractId>
            <InternationalContractId>string</InternationalContractId>
            <PhysicalAddress>string</PhysicalAddress>
            <PhysicalCity>string</PhysicalCity>
            <PhysicalState>string</PhysicalState>
            <PhysicalZip>string</PhysicalZip>
            <AccountStatus>string</AccountStatus>
            <Purchased>decimal</Purchased>
            <Printed>decimal</Printed>
            <Refunded>decimal</Refunded>
            <Balance>decimal</Balance>
          </RetailAccount>
          <RetailAccount>
            <AccountNumber>int</AccountNumber>
            <Name>string</Name>
            <CompanyName>string</CompanyName>
            <PhoneNumber>string</PhoneNumber>
            <PhoneExt>string</PhoneExt>
            <FaxNumber>string</FaxNumber>
            <EmailAddress>string</EmailAddress>
            <ReferredBy>string</ReferredBy>
            <SignupDate>dateTime</SignupDate>
            <DomesticContractId>string</DomesticContractId>
            <InternationalContractId>string</InternationalContractId>
            <PhysicalAddress>string</PhysicalAddress>
            <PhysicalCity>string</PhysicalCity>
            <PhysicalState>string</PhysicalState>
            <PhysicalZip>string</PhysicalZip>
            <AccountStatus>string</AccountStatus>
            <Purchased>decimal</Purchased>
            <Printed>decimal</Printed>
            <Refunded>decimal</Refunded>
            <Balance>decimal</Balance>
          </RetailAccount>
        </RetailAccounts>
      </RetailAccountsResponse>
    </GetRetailAccountsResponse>
  </soap12:Body>
</soap12:Envelope>