locations
aid_location_lid_put
Update location properties scopes:
- admin:locations
- write:locations
put/accounts/{aid}/locations/{lid}
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
lidstring required
location id
Request body
Example request
{
"id": "SL02",
"organization_number": "123456789MVA",
"name": "SC Oslo",
"business_name": "SC Oslo AS"
}Response
Location updated
Example response
{
"id": "SL02",
"organization_number": "123456789MVA",
"name": "SC Oslo",
"business_name": "SC Oslo AS"
}