Below are generic example responses from each method

These responses may be different depending on your implementation, please refer to your documentation for more information.


Methods:

General /

Manual Redirect /

Automatic Redirect /

Call Data Response

<?xml version="1.0" encoding="utf-8"?>
<PostResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PostID></PostID>
  <isValidPost></isValidPost>
  <ResponseType></ResponseType>
  <ResponseDetails></ResponseDetails>
  <LeadIdentifier></LeadIdentifier>
  <VendorAccountAssigned></VendorAccountAssigned>
  <PendingQCReview></PendingQCReview>
  <Price></Price>
  <RedirectURL></RedirectURL>
</PostResponse>

Return Sends Response

<?xml version="1.0" encoding="utf-8"?>
<SendResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PostID></PostID>
  <isValidPost></isValidPost>
  <ResponseType></ResponseType>
  <ResponseDetails></ResponseDetails>
  <LeadIdentifier></LeadIdentifier>
  <VendorAccountAssigned></VendorAccountAssigned>
  <PendingQCReview></PendingQCReview>
  <Price></Price>
  <RedirectURL></RedirectURL>
  <Sends>
    <SendInfo>
      <ClientUID></ClientUID>
      <ClientName></ClientName>
      <RedirectURL></RedirectURL>
      <Valid></Valid>
      <Price></Price>
    </SendInfo>
    <SendInfo>
      <ClientUID></ClientUID>
      <ClientName></ClientName>
      <RedirectURL></RedirectURL>
      <Valid></Valid>
      <Price></Price>
    </SendInfo>
  </Sends>
</SendResponse>

Transfer Response

<?xml version="1.0" encoding="utf-8"?>
<PostTransferResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PostID></PostID>
  <isValidPost></isValidPost>
  <ResponseType></ResponseType>
  <ResponseDetails></ResponseDetails>
  <LeadIdentifier></LeadIdentifier>
  <VendorAccountAssigned></VendorAccountAssigned>
  <PendingQCReview></PendingQCReview>
  <Price></Price>
  <ClientInfos>
    <ClientInfo>
      <ClientUID></ClientUID>
      <ClientName></ClientName>
      <AgentName></AgentName>
      <AgentPhone></AgentPhone>
    </ClientInfo>
    <ClientInfo>
      <ClientUID></ClientUID>
      <ClientName></ClientName>
      <AgentName></AgentName>
      <AgentPhone></AgentPhone>
    </ClientInfo>
  </ClientInfos>
</PostTransferResponse>

Ping Response

<?xml version="1.0" encoding="utf-8"?>
<PingResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WillAccept></WillAccept>
  <OrderID></OrderID>
  <Price></Price>
  <OrderExpiresOn></OrderExpiresOn>
  <Response></Response>
</PingResponse>

Lead Queued Response

<?xml version="1.0" encoding="utf-8"?>
<LeadQueueResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <QueueSuccessful></QueueSuccessful>
  <PostID></PostID>
  <ResponseDetails></ResponseDetails>
  <StatusURL></StatusURL>
</LeadQueueResponse>

Copyright ©2024 ClickPoint Software