v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Operation 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

messagestring

Example response

{
  "message": "Success"
}