OMV Service

<back to all web services

SecurityCheckRecord_Request

The following routes are available for this service:
GET, POST/v1/SecurityCheckRecord

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

HTTP + CSV

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

POST /csv/reply/SecurityCheckRecord_Request HTTP/1.1 
Host: service.expressomv.com 
Content-Type: text/csv
Content-Length: length

SecurityCheckID,Description,TypeOfCheck,CheckValue,CreatedDate,EffectiveDate,TerminationDate,isActive
0,String,String,String,0001-01-01,0001-01-01,0001-01-01,0

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

ResponseStatus,SecurityCheckRows
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{SecurityCheckID:0,Description:String,TypeOfCheck:String,CheckValue:String,CreatedDate:0001-01-01,EffectiveDate:0001-01-01,TerminationDate:0001-01-01,isActive:0}]"