cURL
curl --request PUT \ --url 'https://sandbox.rollfi.xyz/adminPortal#updateCompanyLocation' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "method": "updateCompanyLocation", "companyLocation": { "companyLocationId": "A4EA3BD6-2821-4F94-83A6-5C126991AB28", "companyLocation": "Main", "address1": "8435 Colard Ln", "address2": "", "city": "Lyons", "state": "CO", "zipcode": "80540", "country": "US", "phoneNumber": "9889890987", "isWorkLocation": true, "isMailingAddress": true, "isFilingAddress": true } }'
{ "companyLocation": { "companyLocationId": "A4EA3BD6-2821-4F94-83A6-5C126991AB28", "status": "Verified", "message": "Company Location has been update successfully." } }
Use this endpoint to update the company’s location.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The response is of type object.
object