Update Location
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Location Information
- id: string (required)
The Location ID - address: string
The address of the location - country_code: string (enum)
The country code for the location - language: string (enum)
The language for the location - group_id: string
Unique identifier for the location group associated to the location - name: string
The name of the location - owner_id: string
Unique identifier for the location owner - time_zone: string (enum)
The time zone for the location - sms_number: string
The SMS number for the location - twilio_number: string
The twilio number for the location - whats_app_number: string
The WhatsApp for the location - customer_attributes: array of objects | null
List of customer attributes for the location
API Example Usage
# Example API Call
curl --request PUT \
--url https://api.fountain.com/v2/locations/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
Response Codes:
200Ok401Unauthorized404Not Found