This endpoint is used to Update the Company’s Website
curl --request PUT \ --url 'https://sandbox.rollfi.xyz/companyOnboarding#updateCompany' \ --header 'Content-Type: application/json' \ --data '{ "method": "updateCompany", "company": { "companyId": "2ed03719-f013-4178-bbfe-4ad80916ca7b", "businessWebsite": "prism.com" } }'
{ "company": { "companyId": "2ed03719-f013-4178-bbfe-4ad80916ca7b", "status": "Ready", "message": "The Company's data has been updated successfully." } }
["updateCompany"]
Show child attributes
40