Skip to content

Create Update Contact

yaroslawww edited this page Jan 26, 2020 · 5 revisions

**Request Url: /apis/contacts?contactId= **

Request Body:

Title=Mr&FirstName=John&LastName=Green&Email=test%40gmail.com&EmailAlt=test1%40gmail.com&EmailAlt1=test2%40gmail.com&Telephone=123456&TelephoneAlt=123456&Mobile=123456&Postcode=1234AA&Address=Address1&StreetName=Address2&TownCity=City&CountyArea=CountyArea&CountryCode=GB&CompanyName=CompanyName&Comments=Comments&TypeId=2&DoNotMail=True&DoNotEmail=True&DoNotPhone=True&OnEmailList=True&Commision=10&Balance=10&Retainer=10&BrandId=1
  • Query:
    • contactId - ID of updating contact, if you create new contact, contactId must be empty
  • Body:

Response:

{
  "Success": true,
  "ContactId": 4590,
  "CompanyId": 4321
}
Clone this wiki locally