Inorder to update the Company State Registration based on the State_Id this endpoint is used.
curl --request PUT \ --url 'https://sandbox.rollfi.xyz/adminPortal#updateStateRegistration' \ --header 'Content-Type: application/json' \ --data '{ "method": "updateStateRegistration", "companyId": "962D5035-6F51-41D3-94E8-1BF7A00955CF", "code": "AK", "companyStateRegistration": { "UI Account Number": "741258052", "Unemployment Rate": "3.0" } }'
{ "status": "Success", "message": "The Company State Registrations have been updated successfully." }
Show child attributes
50