Company Onboarding
Addcompanylocation
POST
/
companyOnboarding#addCompanyLocation
Authorization
Body
curl --request POST \
--url 'https://sandbox.rollfi.xyz/companyOnboarding#addCompanyLocation' \
--header 'Content-Type: application/json' \
--data '{
"method": "addCompanyLocation",
"companyLocation": {
"companyId": "8b77ce43-4596-4af7-bf1b-3bfc946ad5e4",
"companyLocation": "Main",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"phoneNumber": "9889890989",
"isWorkLocation": true,
"isMailingAddress": true,
"isFilingAddress": true
}
}'
{
"1": {
"summary": "Success",
"value": {
"companyLocation": {
"companyLocationId": "EAE2367A-F86E-4495-B403-627FCCFD8184",
"status": "Verification pending",
"message": "Company Location has been saved successfully."
}
}
}
}
Body
application/json
method
string
requiredcompanyLocation
object
requiredResponse
200 - application/json
companyLocation
object
requiredcurl --request POST \
--url 'https://sandbox.rollfi.xyz/companyOnboarding#addCompanyLocation' \
--header 'Content-Type: application/json' \
--data '{
"method": "addCompanyLocation",
"companyLocation": {
"companyId": "8b77ce43-4596-4af7-bf1b-3bfc946ad5e4",
"companyLocation": "Main",
"address1": "8745 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"phoneNumber": "9889890989",
"isWorkLocation": true,
"isMailingAddress": true,
"isFilingAddress": true
}
}'
{
"1": {
"summary": "Success",
"value": {
"companyLocation": {
"companyLocationId": "EAE2367A-F86E-4495-B403-627FCCFD8184",
"status": "Verification pending",
"message": "Company Location has been saved successfully."
}
}
}
}