2. Create personal address
POST {{host}}/v1/addresses
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
"{\n \"id\": 37034374,\n \"profile\": {{personal-profile-id}},\n \"details\": {\n \"country\": \"GB\",\n \"firstLine\": \"1 A Road\",\n \"postCode\": \"A11D33\",\n \"city\": \"London\",\n \"state\": null,\n \"occupation\": null,\n \"occupations\": null\n }\n}"