OMV Service

<back to all web services

ACALeadsRequest

The following routes are available for this service:
GET,POST,PUT,DELETE,OPTIONS/v1/ACALeads/{Id}
GET,POST,PUT,DELETE,OPTIONS/v1/ACALeads

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

ACALeads
"[{Id:00000000000000000000000000000000,Name:String,Address:String,City:String,State:String,Zip:String,Phone:String,ContactTime:String,CurrentCoverage:False,DateCreated:0001-01-01,DateTransmitted:0001-01-01}]"

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

ResponseStatus,ACALeads
"{ErrorCode:String,Message:String,StackTrace:String,Errors:[{ErrorCode:String,FieldName:String,Message:String}]}","[{Id:00000000000000000000000000000000,Name:String,Address:String,City:String,State:String,Zip:String,Phone:String,ContactTime:String,CurrentCoverage:False,DateCreated:0001-01-01,DateTransmitted:0001-01-01}]"