OMV Service

<back to all web services

AdvancedSearchRequest

The following routes are available for this service:
POST,OPTIONS/v1/AdvancedSearch/

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /json/reply/AdvancedSearchRequest HTTP/1.1 
Host: service.expressomv.com 
Content-Type: application/json
Content-Length: length

{"Search":"String","Fields":"String","SearchInactive":false}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]},"AdvancedSearchSummary":[{"_Id":"00000000000000000000000000000000","_FirstName":"String","_MiddleName":"String","_LastName":"String","_Class":"String","_ExpirationDate":"0001-01-01T00:00:00.0000000","_ISOIssuerIdentifierNumber":"String","_LicenseNumber":"String","_LicenseNumberOverflow":"String","_Birthdate":"0001-01-01T00:00:00.0000000","_Gender":"String","_EyeColor":"String","_HairColor":"String","_Weight":0,"_Address1":"String","_Address2":"String","_City":"String","_State":"String","_Zip":"String","_DateCreated":"0001-01-01T00:00:00.0000000","_OfficeNumber":"String","_rowClass":"String"}]}