Property | Required | Details | Location |
---|---|---|---|
uuid |
Must be a String |
URL | |
name |
Must be a String |
JSON | |
category_status |
Must be one of: |
JSON | |
worksite_id_string |
Must be a String |
JSON | |
business_unit_ids |
Must be an array of any type |
JSON |
PUT /hr_api/v1/worksites/:uuid { "name": "Worksite name" } 200 { "message": "Worksite successfully updated", "worksite": { "name": "Worksite name", "uuid": "135c1c6f-d443-4982-8915-d99002835ac4", "details": "", "travel_directions": "", "parking_instructions": null, "environment_name": "River Island", "web_url": null, "worksite_id_string": "worksite_id_string", "category_status": "active", "flagship": null, "sort": null, "title": null, "organization": null, "building_number": "", "unit": "", "post_office_box": null, "address_line_1": "11 15, Union Street", "address_line_2": "", "street_name": "", "municipality": "BURY", "region": "Lancashire", "postal_code": "BL9 0NY", "country_code": "GB", "postal_address": { "uuid": "5f772d9f-e84a-4a01-b0cc-ed42fa735412", "name": "BURY" }, "timezone": "Europe/London", "latitude": 53.6478, "longitude": -2.3165, "horizontal_accuracy": null, "vertical_accuracy": null, "comments": "", "geocoded_by": "google", "geocoded_at": "2011-05-25T10:58:37.000+01:00", "geocoder_error": null, "geocoder": "google", "business_unit": null, "job_category_one": null, "job_category_two": null, "job_category_three": null, "vms_category_one": null, "vms_category_two": null, "address_hash": "150e155414715e748e72ed5b5e579ab0" } }