cURL
curl --request GET \ --url 'https://sandbox.rollfi.xyz/reports#getCompanyLocationInfo' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "method": "getCompanyLocationInfo", "companyId": "0944def5-7c6e-4f6b-a7ed-10d28b11b9b9" }'
{ "CompanyLocation": [ { "companyLocation": "22 Main", "companyLocationID": "1BD3184B-76B2-45A4-98D5-3552DB5684A2", "address1": "8435 Colard Ln", "address2": "", "city": "Lyons", "state": "CO", "zipcode": "80540", "country": "US", "phoneNumber": "1111111111", "isWorkLocation": true, "isMailingAddress": false, "isFilingAddress": true } ] }
This Report Gets you Company Location Information
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