WebAPI

<back to all web services

GetContact

Retrieves contact information for the given contact id.

The following routes are available for this service:
GET/GetContact/{ContactId}RESTFUL call with Contact ID in the URI
Parameters:
NameParameterData TypeRequiredDescription
ContactIdpathintegerYes

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/GetContact HTTP/1.1 
Host: api-preprod.merseyflow.co.uk 
Content-Type: text/csv
Content-Length: length

ContactId
0

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

ContactId,PrimaryAddressId,ContactMethodId,ContactMethod,Salutation,FirstName,LastName,Phone,MobilePhone,Email,CompanyName,SecurityQuestionId,SecurityAnswer,IVRPIN
0,0,0,String,String,String,String,String,String,String,String,0,String,String