User Portal
UpdateKycInformation
PUT
/
userPortal#updateKycInformation
Authorization
Body
curl --request PUT \
--url 'https://sandbox.rollfi.xyz/userPortal#updateKycInformation' \
--header 'Content-Type: application/json' \
--data '{
"method": "updateKycInformation",
"kycInformation": {
"employeeId": "e066e305-3816-4b06-8576-50d2502be436",
"address1": "2710 English Ivy Court",
"address2": "",
"city": "Longwood",
"state": "FL",
"zipcode": "32779",
"phoneNumber": "8978784102"
}
}'
{
"1": {
"summary": "Success",
"value": {
"kycInformation": {
"employeeId": "E066E305-3816-4B06-8576-50D2502BE436",
"status": "Ready",
"message": "The KYC information for Jacob King has been updated successfully."
}
}
}
}
Body
application/json
method
string
requiredkycInformation
object
requiredResponse
200 - application/json
kycInformation
object
requiredcurl --request PUT \
--url 'https://sandbox.rollfi.xyz/userPortal#updateKycInformation' \
--header 'Content-Type: application/json' \
--data '{
"method": "updateKycInformation",
"kycInformation": {
"employeeId": "e066e305-3816-4b06-8576-50d2502be436",
"address1": "2710 English Ivy Court",
"address2": "",
"city": "Longwood",
"state": "FL",
"zipcode": "32779",
"phoneNumber": "8978784102"
}
}'
{
"1": {
"summary": "Success",
"value": {
"kycInformation": {
"employeeId": "E066E305-3816-4B06-8576-50D2502BE436",
"status": "Ready",
"message": "The KYC information for Jacob King has been updated successfully."
}
}
}
}