Skip to main content
POST
/
api
/
Sites
/
{masterId}
/
Merge
Merge site records.
curl --request POST \
  --url https://api.example.com/api/Sites/{masterId}/Merge \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Path Parameters

masterId
integer<int32>
required

Body

application/json

Response

200

OK