SWAPI –Customer Change Query AddDates

CustomerChangeQuery

The location and billing account Add Dates have been added to the results of the CustomerChangeQuery.  This date indicates when the location or billing account was originally added to SuccessWare®21.  This field can be used to identify if the location or billing account was existing or recently added.

Request

<SessionRequest RequestID="string" SessionID="{0CDFB15E-66AC-4156-858C-4027CDDDF13A}" Version="string">

  <CustomerChangeQuery PageNo="string" PageSize="string" StyleOptions="string" StyleNo="string" OrderBy="string" Max="string" Filter="string">

    <ChangedSince>2016-03-30T16:57:14</ChangedSince>

  </CustomerChangeQuery>

</SessionRequest>

Response

<?xml version="1.0"?>

<CustomerChangeQueryData RequestID="string">

  <CustomerChangeQueryRecord>

    <LocationID>integer</LocationID>

    <LocationFirstName>string(25)</LocationFirstName>

    <LocationLastName>string(35)</LocationLastName>

    <LocationCompanyName>string(35)</LocationCompanyName>

    <LocationAddress1>string(35)</LocationAddress1>

    <LocationAddress2>string(35)</LocationAddress2>

    <LocationCity>string(20)</LocationCity>

    <LocationState>string(2)</LocationState>

    <LocationZip>string(10)</LocationZip>

    <LocationPhone1>string(12)</LocationPhone1>

    <LocationEmailAddress>string(150)</LocationEmailAddress>

    <HasAgreement>boolean</HasAgreement>

    <HasPerpetualAgreement>boolean</HasPerpetualAgreement>

    <AgreementStartDate>dateTime</AgreementStartDate>

    <AgreementEndDate>dateTime</AgreementEndDate>

    <LocationLocationType>string(6)</LocationLocationType>

    <LocationLeadSource>string(6)</LocationLeadSource>

    <BillingAccountID>integer</BillingAccountID>

    <BillingFirstName>string(25)</BillingFirstName>

    <BillingLastName>string(35)</BillingLastName>

    <BillingCompanyName>string(35)</BillingCompanyName>

    <BillingAddress1>string(35)</BillingAddress1>

    <BillingAddress2>string(35)</BillingAddress2>

    <BillingCity>string(20)</BillingCity>

    <BillingState>string(2)</BillingState>

    <BillingZip>string(10)</BillingZip>

    <BillingPhone1>string(12)</BillingPhone1>

    <BillingEmailAddress>string(150)</BillingEmailAddress>

    <DoNotSolicit>boolean</DoNotSolicit>

    <NoHappyChecks>boolean</NoHappyChecks>

    <LocationAddDate>dateTime</LocationAddDate>

    <BillingAddDate>dateTime</BillingAddDate>

    <dsCustChangeBillingCommPrefList>

      <dsCustChangeBillingCommPref>

        <CommClass>string(25)</CommClass>

        <OptInRequired>boolean</OptInRequired>

        <OptIn>boolean</OptIn>

        <OptOut>boolean</OptOut>

      </dsCustChangeBillingCommPref>

    </dsCustChangeBillingCommPrefList>

    <dsCustChangeLocationCommPrefList>

      <dsCustChangeLocationCommPref>

        <CommClass>string(25)</CommClass>

        <OptInRequired>boolean</OptInRequired>

        <OptIn>boolean</OptIn>

        <OptOut>boolean</OptOut>

      </dsCustChangeLocationCommPref>

    </dsCustChangeLocationCommPrefList>

  </CustomerChangeQueryRecord>

</CustomerChangeQueryData>