| All Verbs | /GetPersonDataForWVA/ |
|---|
| 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 .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /json/reply/GetPersonDataForWVA HTTP/1.1
Host: equipstage2.e-isg.com
Content-Type: application/json
Content-Length: length
{"UserID":"String","PersonName":"String","Operation":"String","ColorDescription":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
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":"\/Date(-62135596800000-0000)\/","AccountNumber":"String","LicenseExpDate":"\/Date(-62135596800000-0000)\/","ColorCode":"String","People_ID_Internal":"String","Status":"String","Taxable":false,"Discount":0,"IsValidEligibilityExpDate":"String","FullName":"String","AgencyClass":"String"}