Table of Contents [Hide/Show]
Authentication Create Contact Request Response Assign contact as a member of an existing group Request Response
POST https://intouchapi.pswin.com/2/contacts HTTP/1.1 Content-Type: application/json Authorization: Basic bXl1c2VyQHNhbXBsZWFjY291bnQ6bXlwYXNzd29yZA== Host: intouchapi.pswin.com Content-Length: 241 {"Firstname":"Ola", "Lastname":"Nordmann", "PhoneNumber":"99495153", "Email":"ola@nordmann.no", "Description":"Ansatt i PSWinCom", "Description2":"Avdelingsleder", "Description3":"Bergen", "CPAAccepted":false, "IsPrivate":false
HTTP/1.1 201 Created Server: nginx Date: Tue, 02 Sep 2014 07:19:06 GMT Content-Type: application/json; charset=utf-8 Content-Length: 7 Connection: keep-alive Cache-Control: no-cache Pragma: no-cache Expires: -1 Location: http://intouchapi.pswin.com/2/contacts/155 X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET155
PUT https://intouchapi.pswin.com/2/groups/12/contacts/155 HTTP/1.1 Content-Type: application/json Authorization: Basic bXl1c2VyQHNhbXBsZWFjY291bnQ6bXlwYXNzd29yZA==== Host: intouchapi.pswin.com Content-Length: 0
HTTP/1.1 204 No Content Server: nginx Date: Tue, 02 Sep 2014 07:30:17 GMT Connection: keep-alive Cache-Control: no-cache Pragma: no-cache Expires: -1 X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET