eQuipAPI

<back to all web services

GetPersonDataForWVA

The following routes are available for this service:
All Verbs/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 .jsv suffix or ?format=jsv

HTTP + JSV

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

POST /jsv/reply/GetPersonDataForWVA HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: text/jsv
Content-Length: length

{
	UserID: String,
	PersonName: String,
	Operation: String,
	ColorDescription: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	PeopleID: 0,
	PeopleName: String,
	PeopleAuthRep: String,
	PeopleAddress: String,
	PeopleCity: String,
	PeopleState: String,
	PeopleZipCode: String,
	PeopleCounty: String,
	EmployeeDetailsEmailAddress: String,
	EmployeeDetailsOfficePhone: String,
	AuthorizedRepresentatives: String,
	EligibilityExpDate: 0001-01-01,
	AccountNumber: String,
	LicenseExpDate: 0001-01-01,
	ColorCode: String,
	People_ID_Internal: String,
	Status: String,
	Taxable: False,
	Discount: 0,
	IsValidEligibilityExpDate: String,
	FullName: String,
	AgencyClass: String
}