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 .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/AdvancedSearchRequest HTTP/1.1 
Host: service.expressomv.com 
Content-Type: text/jsv
Content-Length: length

{
	Search: String,
	Fields: String,
	SearchInactive: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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-01,
			_ISOIssuerIdentifierNumber: String,
			_LicenseNumber: String,
			_LicenseNumberOverflow: String,
			_Birthdate: 0001-01-01,
			_Gender: String,
			_EyeColor: String,
			_HairColor: String,
			_Weight: 0,
			_Address1: String,
			_Address2: String,
			_City: String,
			_State: String,
			_Zip: String,
			_DateCreated: 0001-01-01,
			_OfficeNumber: String,
			_rowClass: String
		}
	]
}