put https://app3.archisnapper.com/api/public/v1/contact_detail
Log in to see full request history
Responses
xxxxxxxxxx
22curl --request PUT \
--url https://app3.archisnapper.com/api/public/v1/contact_detail \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"contact_detail": {
"site_ids": [
"[1",
"2]"
],
"site_uuids": [
"[uuid1",
"uuid2]"
],
"site_client_internal_unique_ids": [
"[client_internal_unique_id1",
"client_internal_unique_id2]"
]
}
}
'
Try It!
to start a request and see the response here! Or choose an example: