Reports
getCompanyLocationInfo
API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- GETgetBusinessUserInfo
- GETgetUserTask
- GETgetUsersByCompanyName
- GETgetCompanies
- GETgetPaidEmployeesCountBasedOnDateRange
- GETgetPayPeriodDetails
- GETgetPayPeriod
- GETgetCompanyInfo
- GETgetCompanyLocationInfo
- GETgetActiveUsers
- GETgetTerminatedUsers
- GETgetDeactivatedUsers
- GETgetPayrollHistoryBasedOnPayPeriod
- GETgetPayrollHistoryBasedOnDateRange
- GETgetPayRun
- GETgetPaySchedule
- GETgetPayStub
- GETgetTransactionBasedOnReference
- GETgetTransactions
- GETgetTransactionsBasedOnName
- GETgetBusinessUserDetails
- GETgetStateW4FormFeilds
- GETgetPayrollJournalReport
- GETgetUser
- GETgetPayBeginDates
- GETgetStateRegistration
- GETgetIndividualPayrollHistory
- GET
- Webhooks
Reports
getCompanyLocationInfo
This Report Gets you Company Location Information
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
.
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
}
]
}