post https://api.ashbyhq.com/location.move
Moves a location in location hierarchy.
Requires the organizationWrite
permission.
Log in to see full request history
Response
Moves a location in location hierarchy.
Requires the organizationWrite
permission.
xxxxxxxxxx
curl --request POST \
--url https://api.ashbyhq.com/location.move \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
21{
"success": true,
"results": {
"id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
"name": "Bay Area Office",
"isArchived": false,
"address": {
"postalAddress": {
"addressCountry": "United States",
"addressRegion": "California",
"addressLocality": "San Francisco",
"postalCode": 94108,
"streetAddress": "49 Geary St Suite 411"
}
},
"isRemote": false,
"workplaceType": "Hybrid",
"parentLocationId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
"type": "Location"
}
}