WebCrmApi


Click here for a complete list of operations.

ReturnUserDetails

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 /WebCrmApi.asmx HTTP/1.1
Host: api1.b2bsys.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.webcrm.com/ReturnUserDetails"

<?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:Header>
    <TicketHeader xmlns="http://www.webcrm.com/">
      <Guid>string</Guid>
    </TicketHeader>
  </soap:Header>
  <soap:Body>
    <ReturnUserDetails xmlns="http://www.webcrm.com/">
      <loginName>string</loginName>
    </ReturnUserDetails>
  </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>
    <ReturnUserDetailsResponse xmlns="http://www.webcrm.com/">
      <ReturnUserDetailsResult>
        <UserDetails>
          <LanguageId>int</LanguageId>
          <GmtDifference>int</GmtDifference>
          <Email>string</Email>
          <Mobile>string</Mobile>
          <Telephone>string</Telephone>
          <Territories>string</Territories>
          <Custom1>string</Custom1>
          <Custom2>string</Custom2>
          <Custom3>string</Custom3>
          <Custom4>string</Custom4>
          <Custom5>string</Custom5>
          <Custom6>string</Custom6>
          <Custom7>string</Custom7>
          <Custom8>string</Custom8>
          <Custom9>string</Custom9>
          <Custom10>string</Custom10>
          <Custom11>string</Custom11>
          <Custom12>string</Custom12>
          <Custom13>string</Custom13>
          <Custom14>string</Custom14>
          <Custom15>string</Custom15>
        </UserDetails>
      </ReturnUserDetailsResult>
    </ReturnUserDetailsResponse>
  </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 /WebCrmApi.asmx HTTP/1.1
Host: api1.b2bsys.net
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:Header>
    <TicketHeader xmlns="http://www.webcrm.com/">
      <Guid>string</Guid>
    </TicketHeader>
  </soap12:Header>
  <soap12:Body>
    <ReturnUserDetails xmlns="http://www.webcrm.com/">
      <loginName>string</loginName>
    </ReturnUserDetails>
  </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>
    <ReturnUserDetailsResponse xmlns="http://www.webcrm.com/">
      <ReturnUserDetailsResult>
        <UserDetails>
          <LanguageId>int</LanguageId>
          <GmtDifference>int</GmtDifference>
          <Email>string</Email>
          <Mobile>string</Mobile>
          <Telephone>string</Telephone>
          <Territories>string</Territories>
          <Custom1>string</Custom1>
          <Custom2>string</Custom2>
          <Custom3>string</Custom3>
          <Custom4>string</Custom4>
          <Custom5>string</Custom5>
          <Custom6>string</Custom6>
          <Custom7>string</Custom7>
          <Custom8>string</Custom8>
          <Custom9>string</Custom9>
          <Custom10>string</Custom10>
          <Custom11>string</Custom11>
          <Custom12>string</Custom12>
          <Custom13>string</Custom13>
          <Custom14>string</Custom14>
          <Custom15>string</Custom15>
        </UserDetails>
      </ReturnUserDetailsResult>
    </ReturnUserDetailsResponse>
  </soap12:Body>
</soap12:Envelope>