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"
}'
{
  "summary": "Success",
  "value": {
    "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
method
string
required
Example:
["getCompanyLocationInfo"]
companyId
string
required

Response

200 - application/json
CompanyLocation
object[]
required