Admin Portal
Updatecompanylocation
PUT
/
adminPortal#updateCompanyLocation
Authorization
Body
curl --request PUT \
--url 'https://sandbox.rollfi.xyz/adminPortal#updateCompanyLocation' \
--header 'Content-Type: application/json' \
--data '{
"method": "updateCompanyLocation",
"companyLocation": {
"companyLocationId": "A4EA3BD6-2821-4F94-83A6-5C126991AB28",
"companyLocation": "Main",
"address1": "8435 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"phoneNumber": "9889890987",
"isWorkLocation": true,
"isMailingAddress": true,
"isFilingAddress": true
}
}'
{
"1": {
"summary": "Success",
"value": {
"companyLocation": {
"companyLocationId": "A4EA3BD6-2821-4F94-83A6-5C126991AB28",
"status": "Verified",
"message": "Company Location has been update successfully."
}
}
}
}
Body
application/json
method
string
requiredcompanyLocation
object
requiredResponse
200 - application/json
companyLocation
object
requiredcurl --request PUT \
--url 'https://sandbox.rollfi.xyz/adminPortal#updateCompanyLocation' \
--header 'Content-Type: application/json' \
--data '{
"method": "updateCompanyLocation",
"companyLocation": {
"companyLocationId": "A4EA3BD6-2821-4F94-83A6-5C126991AB28",
"companyLocation": "Main",
"address1": "8435 Colard Ln",
"address2": "",
"city": "Lyons",
"state": "CO",
"zipcode": "80540",
"country": "US",
"phoneNumber": "9889890987",
"isWorkLocation": true,
"isMailingAddress": true,
"isFilingAddress": true
}
}'
{
"1": {
"summary": "Success",
"value": {
"companyLocation": {
"companyLocationId": "A4EA3BD6-2821-4F94-83A6-5C126991AB28",
"status": "Verified",
"message": "Company Location has been update successfully."
}
}
}
}