| 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 .jsv suffix or ?format=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
}