PartnerHub

<back to all web services

UPGet

To override the Content-type in your clients HTTP Accept Header, append the .soap12 suffix or ?format=soap12

HTTP + SOAP12

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap12 HTTP/1.1 
Host: partnerhub.pbsdealers.com 
Content-Type: text/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>

<UPGet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PBS.PartnerHub.ServiceModel">
  <AssignedEmployeeRef>00000000-0000-0000-0000-000000000000</AssignedEmployeeRef>
  <ContactRef>00000000-0000-0000-0000-000000000000</ContactRef>
  <EmailAddress>String</EmailAddress>
  <FirstName>String</FirstName>
  <LastName>String</LastName>
  <LeadRef>String</LeadRef>
  <ModifiedSince>0001-01-01T00:00:00</ModifiedSince>
  <ModifiedUntil>0001-01-01T00:00:00</ModifiedUntil>
  <ProspectRef>00000000-0000-0000-0000-000000000000</ProspectRef>
  <SerialNumber>String</SerialNumber>
  <UPId>00000000-0000-0000-0000-000000000000</UPId>
  <UPStatus>0</UPStatus>
</UPGet>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
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>

<UpGetResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PBS.PartnerHub.ServiceModel">
  <UPs>
    <UP>
      <Address>String</Address>
      <AssignedDate>0001-01-01T00:00:00</AssignedDate>
      <AssignedEmployeeRef>00000000-0000-0000-0000-000000000000</AssignedEmployeeRef>
      <AssignedUserName>String</AssignedUserName>
      <AssignedUserRef>0</AssignedUserRef>
      <AutoReplyDate>0001-01-01T00:00:00</AutoReplyDate>
      <BusinessPhone>String</BusinessPhone>
      <CellPhone>String</CellPhone>
      <City>String</City>
      <ContactTitle>String</ContactTitle>
      <CreatedUserRef>00000000-0000-0000-0000-000000000000</CreatedUserRef>
      <CustomFields>
        <CustomField>
          <Key>String</Key>
          <Type>String</Type>
          <Value>String</Value>
        </CustomField>
      </CustomFields>
      <DateCreated>0001-01-01T00:00:00</DateCreated>
      <Email>String</Email>
      <FirstName>String</FirstName>
      <HomePhone>String</HomePhone>
      <ImportedDate>0001-01-01T00:00:00</ImportedDate>
      <IntegrationId>00000000-0000-0000-0000-000000000000</IntegrationId>
      <IntegrationType>0</IntegrationType>
      <Interests>
        <UPVehicleInfo>
          <InterestType>String</InterestType>
          <Make>String</Make>
          <Model>String</Model>
          <Notes>String</Notes>
          <Odometer>String</Odometer>
          <Options>String</Options>
          <StockNumber>String</StockNumber>
          <Trim>String</Trim>
          <VIN>String</VIN>
          <Year>String</Year>
        </UPVehicleInfo>
      </Interests>
      <LanguagePreference>String</LanguagePreference>
      <LastName>String</LastName>
      <LastUpdate>0001-01-01T00:00:00</LastUpdate>
      <LeadId>String</LeadId>
      <LeadSource>0</LeadSource>
      <LeadSourceDesc>String</LeadSourceDesc>
      <ManualReplyDate>0001-01-01T00:00:00</ManualReplyDate>
      <MiddleName>String</MiddleName>
      <Notes>String</Notes>
      <ParentRef>00000000-0000-0000-0000-000000000000</ParentRef>
      <ProspectId>00000000-0000-0000-0000-000000000000</ProspectId>
      <ProspectSource>String</ProspectSource>
      <ProspectSourceRef>00000000-0000-0000-0000-000000000000</ProspectSourceRef>
      <SerialNumber>String</SerialNumber>
      <Source>0</Source>
      <SourceDesc>String</SourceDesc>
      <State>String</State>
      <Status>0</Status>
      <StatusDesc>String</StatusDesc>
      <ThirdPartySourceRef>00000000-0000-0000-0000-000000000000</ThirdPartySourceRef>
      <Trades>
        <UPVehicleInfo>
          <InterestType>String</InterestType>
          <Make>String</Make>
          <Model>String</Model>
          <Notes>String</Notes>
          <Odometer>String</Odometer>
          <Options>String</Options>
          <StockNumber>String</StockNumber>
          <Trim>String</Trim>
          <VIN>String</VIN>
          <Year>String</Year>
        </UPVehicleInfo>
      </Trades>
      <UPId>00000000-0000-0000-0000-000000000000</UPId>
      <ZIP>String</ZIP>
    </UP>
  </UPs>
</UpGetResponse>

    </soap12:Body>
</soap12:Envelope>