Update a location's information by specifying its location ID.
Updated Location Information
OK
Bad request
Not found
Internal server error
{- "addresses": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "city": "string",
- "country": "string",
- "locationId": "string",
- "postalCode": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "type": { }
}
], - "contacts": [
- {
- "email": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "locationId": "string",
- "name": "string",
- "phoneNumber": "string",
- "type": "primary"
}
], - "description": "string",
- "expiredAt": "string",
- "name": "string",
- "locationType": "building",
- "validated": true,
- "validatedAt": "string",
- "validatedByEmail": "string",
- "validatedByName": "string",
- "validationCycle": "",
- "validationExpired": false
}
{- "addresses": [
- {
- "city": "string",
- "country": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "postalCode": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "type": "street"
}
], - "contacts": [
- {
- "email": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "phoneNumber": "string",
- "type": "primary"
}
], - "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "locationType": "building",
- "createdAt": "string",
- "description": "string",
- "expiredAt": "string",
- "generation": 0,
- "type": "locations/external-service",
- "updatedAt": "string",
- "validated": true,
- "validatedAt": "string",
- "validatedByEmail": "string",
- "validatedByName": "string",
- "validationCycle": "",
- "validationExpired": false
}