| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserID | query | string | No | |
| PersonName | query | string | No | |
| Operation | query | string | No | |
| ColorDescription | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PeopleID | body | int | No | |
| PeopleName | body | string | No | |
| PeopleAuthRep | body | string | No | |
| PeopleAddress | body | string | No | |
| PeopleCity | body | string | No | |
| PeopleState | body | string | No | |
| PeopleZipCode | body | string | No | |
| PeopleCounty | body | string | No | |
| EmployeeDetailsEmailAddress | body | string | No | |
| EmployeeDetailsOfficePhone | body | string | No | |
| AuthorizedRepresentatives | body | string | No | |
| EligibilityExpDate | body | DateTime | No | |
| AccountNumber | body | string | No | |
| LicenseExpDate | body | DateTime | No | |
| ColorCode | body | string | No | |
| People_ID_Internal | body | string | No | |
| Status | body | string | No | |
| Taxable | body | bool | No | |
| Discount | body | decimal | No | |
| IsValidEligibilityExpDate | body | string | No | |
| FullName | body | string | No | |
| AgencyClass | body | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=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>