GET
/
reports#getCompanyLocationInfo
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getCompanyLocationInfo' \
  --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
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.