v1
latestOpenAPI 3.0.12026-07-2433136135.1 KBManage POIs
Create a new tag
Using this service, you have the capability to generate a fresh tag for organizing entities according to your specific business needs.
post/v1/poi/tags/
Request body
Example request
{
"tagName": "My Shop"
}Response
200 response
Example response
{
"data": {
"result": "SUCCESS",
"tagId": "672be20c36e1d0ff18a13807"
}
}