eQuipAPI

<back to all web services

GetPersonDataForWVA

GetPersonDataForWVA Parameters:
NameParameterData TypeRequiredDescription
UserIDquerystringNo
PersonNamequerystringNo
OperationquerystringNo
ColorDescriptionquerystringNo
PersonDataforWVA Parameters:
NameParameterData TypeRequiredDescription
PeopleIDbodyintNo
PeopleNamebodystringNo
PeopleAuthRepbodystringNo
PeopleAddressbodystringNo
PeopleCitybodystringNo
PeopleStatebodystringNo
PeopleZipCodebodystringNo
PeopleCountybodystringNo
EmployeeDetailsEmailAddressbodystringNo
EmployeeDetailsOfficePhonebodystringNo
AuthorizedRepresentativesbodystringNo
EligibilityExpDatebodyDateTimeNo
AccountNumberbodystringNo
LicenseExpDatebodyDateTimeNo
ColorCodebodystringNo
People_ID_InternalbodystringNo
StatusbodystringNo
TaxablebodyboolNo
DiscountbodydecimalNo
IsValidEligibilityExpDatebodystringNo
FullNamebodystringNo
AgencyClassbodystringNo

To override the Content-type in your clients, use the 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: equipstage3.e-isg.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>

<GetPersonDataForWVA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuipModel">
  <ColorDescription>String</ColorDescription>
  <Operation>String</Operation>
  <PersonName>String</PersonName>
  <UserID>String</UserID>
</GetPersonDataForWVA>

    </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>

<PersonDataforWVA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuipModel">
  <AccountNumber>String</AccountNumber>
  <AgencyClass>String</AgencyClass>
  <AuthorizedRepresentatives>String</AuthorizedRepresentatives>
  <ColorCode>String</ColorCode>
  <Discount>0</Discount>
  <EligibilityExpDate>0001-01-01T00:00:00</EligibilityExpDate>
  <EmployeeDetailsEmailAddress>String</EmployeeDetailsEmailAddress>
  <EmployeeDetailsOfficePhone>String</EmployeeDetailsOfficePhone>
  <FullName>String</FullName>
  <IsValidEligibilityExpDate>String</IsValidEligibilityExpDate>
  <LicenseExpDate>0001-01-01T00:00:00</LicenseExpDate>
  <PeopleAddress>String</PeopleAddress>
  <PeopleAuthRep>String</PeopleAuthRep>
  <PeopleCity>String</PeopleCity>
  <PeopleCounty>String</PeopleCounty>
  <PeopleID>0</PeopleID>
  <PeopleName>String</PeopleName>
  <PeopleState>String</PeopleState>
  <PeopleZipCode>String</PeopleZipCode>
  <People_ID_Internal>String</People_ID_Internal>
  <Status>String</Status>
  <Taxable>false</Taxable>
</PersonDataforWVA>

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