v1
latestOpenAPI 3.0.12026-07-24501176.6 MBOperation for POST /integration/v1/brand/%7BbrandId%7D/store-locator/custom-fields/map
Endpoint for POST /integration/v1/brand/%7BbrandId%7D/store-locator/custom-fields/map
post/integration/v1/brand/{brandId}/store-locator/custom-fields/map
Path parameters
brandIdstring required
Request body
Example request
{
"mapping": [
{
"intouchCustomField": "area",
"mappedCustomField": "region"
}
]
}Response
Successful operation
Example response
{
"message": "Success"
}