API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- GETgetBusinessUserInfo
- GETgetUserTask
- GETgetUsersByCompanyName
- GETgetCompanies
- GETgetPaidEmployeesCountBasedOnDateRange
- GETgetPayPeriodDetails
- GETgetPayPeriod
- GETgetOverTimeTypes
- GETgetDeductionDescription
- GETgetAdditionalCompensationDescription
- GETgetUsers
- GETgetCompanyInfo
- GETgetCompanyLocationInfo
- GETgetActiveUsers
- GETgetTerminatedUsers
- GETgetDeactivatedUsers
- GETgetPayrollHistoryBasedOnPayPeriod
- GETgetPayrollHistoryBasedOnDateRange
- GETgetPayRun
- GETgetPaySchedule
- GETgetPayStub
- GETgetTransactionBasedOnReference
- GETgetTransactions
- GETgetTransactionsBasedOnName
- GETgetBusinessUserDetails
- GETgetStateW4FormFeilds
- GETgetPayrollJournalReport
- GETgetUser
- GETgetPayBeginDates
- GETgetStateRegistration
- GETgetIndividualPayrollHistory
- GET
- Webhooks
Reports
getCompanyInfo
This Report Gets you Company Information
GET
/
reports#getCompanyInfo
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getCompanyInfo' \
--header 'Content-Type: application/json' \
--data '{
"method": "getCompanyInfo",
"companyId": "8a9b7683-8e02-494d-8422-963fd05ee785"
}'
{
"Company": [
{
"company": "Postman Corp",
"companyID": "2660D16A-BDEE-4BA7-BF5D-3EE62C37725E",
"naicsSubCategory": {
"subCategoryCode": 6233,
"naicsSubCategory": "Community Care Facilities for the Elderly"
},
"registration": {
"isTermsAccepted": true,
"isEsign": true
},
"CompanyLocations": [
{
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"companyLocation": "Main"
}
],
"KYBInformations": [
{
"ein": "*****9652",
"email": "postmancorp@mailsac.com",
"EntityType": {
"entityType": "LLP"
},
"phoneNumber": "9974574177",
"dateOfIncorporation": "2023-02-25"
}
],
"kycStatus": "pending"
}
]
}
Body
application/json
Response
200 - application/json
The response is of type object
.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getCompanyInfo' \
--header 'Content-Type: application/json' \
--data '{
"method": "getCompanyInfo",
"companyId": "8a9b7683-8e02-494d-8422-963fd05ee785"
}'
{
"Company": [
{
"company": "Postman Corp",
"companyID": "2660D16A-BDEE-4BA7-BF5D-3EE62C37725E",
"naicsSubCategory": {
"subCategoryCode": 6233,
"naicsSubCategory": "Community Care Facilities for the Elderly"
},
"registration": {
"isTermsAccepted": true,
"isEsign": true
},
"CompanyLocations": [
{
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"companyLocation": "Main"
}
],
"KYBInformations": [
{
"ein": "*****9652",
"email": "postmancorp@mailsac.com",
"EntityType": {
"entityType": "LLP"
},
"phoneNumber": "9974574177",
"dateOfIncorporation": "2023-02-25"
}
],
"kycStatus": "pending"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.