Warning, /pim/libkgapi/autotests/people/data/person2_create_request.txt is written in an unsupported language. File is not indexed.

0001 POST https://people.googleapis.com/v1/people:createContact?prettyPrint=false
0002 Host: people.googleapis.com
0003 Content-Type: application/json
0004 
0005 {
0006   "resourceName": "",
0007   "etag": "",
0008   "metadata": {},
0009   "names": [
0010     {
0011       "givenName": "Konqui",
0012       "unstructuredName": "Konqui"
0013     }
0014   ],
0015   "emailAddresses": [
0016     {
0017       "value": "konqui@kde.test",
0018       "type": "work"
0019     }
0020   ],
0021   "organizations": [
0022     {
0023       "name": "KDE",
0024       "department": "Promo",
0025       "title": "Mascot"
0026     }
0027   ],
0028   "memberships": [
0029     {
0030       "contactGroupMembership": {
0031         "contactGroupResourceName": "contactGroups/myContacts"
0032       }
0033     }
0034   ]
0035 }