Warning, /pim/libkgapi/autotests/people/data/person1_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       "familyName": "Doe",
0012       "givenName": "John",
0013       "middleName": "Jay",
0014       "honorificPrefix": "Dr.",
0015       "honorificSuffix": "III",
0016       "phoneticFamilyName": "dəʊ",
0017       "phoneticGivenName": "ʤɒn",
0018       "phoneticMiddleName": "ʤeɪ",
0019       "unstructuredName": "Dr. John Jay Doe III"
0020     }
0021   ],
0022   "nicknames": [
0023     {
0024       "value": "Johnnyboy",
0025       "type": "DEFAULT"
0026     }
0027   ],
0028   "birthdays": [
0029     {
0030       "date": {
0031         "year": 1999,
0032         "month": 11,
0033         "day": 3
0034       }
0035     }
0036   ],
0037   "addresses": [
0038     {
0039       "formattedValue": "KDE Road 15\nInternet 1800\nPo box in internet space and time\nInternet land\nMálaga\n51000\nES",
0040       "type": "home",
0041       "poBox": "Po box in internet space and time",
0042       "streetAddress": "KDE Road 15",
0043       "extendedAddress": "Internet 1800",
0044       "city": "Internet land",
0045       "region": "Málaga",
0046       "postalCode": "51000",
0047       "country": "ES",
0048       "countryCode": "ES"
0049     },
0050     {
0051       "formattedValue": "Main way 35\nMain road 20000\nSome other PO Box\nInternet city\nHuelva\n20035\nES",
0052       "type": "work",
0053       "poBox": "Some other PO Box",
0054       "streetAddress": "Main way 35",
0055       "extendedAddress": "Main road 20000",
0056       "city": "Internet city",
0057       "region": "Huelva",
0058       "postalCode": "20035",
0059       "country": "ES",
0060       "countryCode": "ES"
0061     }
0062   ],
0063   "emailAddresses": [
0064     {
0065       "value": "john@kde.example",
0066       "type": "work"
0067     },
0068     {
0069       "value": "john@home.test",
0070       "type": "home"
0071     },
0072     {
0073       "value": "john@private.stuff",
0074       "type": "other"
0075     }
0076   ],
0077   "phoneNumbers": [
0078     {
0079       "value": "666 12 34 90",
0080       "type": "mobile"
0081     },
0082     {
0083       "value": "952 66 61 23",
0084       "type": "home"
0085     },
0086     {
0087       "value": "910 12 30 00",
0088       "type": "other"
0089     }
0090   ],
0091   "biographies": [
0092     {
0093       "value": "John is awesome!",
0094       "contentType": "TEXT_PLAIN"
0095     }
0096   ],
0097   "urls": [
0098     {
0099       "value": "kde.org",
0100       "type": "work"
0101     },
0102     {
0103       "value": "johndoe.test",
0104       "type": "blog"
0105     }
0106   ],
0107   "organizations": [
0108     {
0109       "name": "KDE",
0110       "department": "PIM",
0111       "title": "Developer"
0112     }
0113   ],
0114   "memberships": [
0115     {
0116       "contactGroupMembership": {
0117         "contactGroupResourceName": "contactGroups/myContacts"
0118       }
0119     }
0120   ],
0121   "events": [
0122     {
0123       "date": {
0124         "year": 2023,
0125         "month": 2,
0126         "day": 24
0127       },
0128       "type": "other"
0129     }
0130   ],
0131   "imClients": [
0132     {
0133       "username": "johndoefromkde",
0134       "protocol": "googleTalk"
0135     },
0136     {
0137       "username": "johndoefromkde",
0138       "protocol": "jabber"
0139     }
0140   ],
0141   "relations": [
0142     {
0143       "person": "Joanna Doe",
0144       "type": "spouse"
0145     }
0146   ],
0147   "userDefined": [
0148     {
0149       "key": "Custom Field Number One",
0150       "value": "custom field 1"
0151     }
0152   ],
0153   "sipAddresses": [
0154     {
0155       "value": "123456789",
0156       "type": "home"
0157     }
0158   ]
0159 }