Set Postal Config
This endpoint allows you to set your community's postal configuration to be used with the Live Map search.
Set Postal Config
Request Body
Name
Type
Description
SuccessError: Server ID: x has IP set to: '1.2.3.4' -> your IP: '4.3.2.1'
Server not found with ID: 123{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "SET_POSTALS",
"data": [
{
"code": "2000",
"x": 2325.4345703125,
"y": 5147.21484375,
},
{
"x": 2151.2138671875,
"y": 5166.0888671875,
"code": "2001"
},
]
}Last updated
Was this helpful?

