Update Customer Status
Once a customer is registered with the document storage system you can update their status stored in the system by making this API call.
updateStatus
Request Body
Name
Type
Description
{
"result": "Success",
"reference": "888888812",
"target": {
"fn": "John",
"ln": "Smith",
"addr": "123 Main St",
"city": "Stratford",
"state": "CT",
"zip": "06614",
"dob": "19700101",
"email": "[email protected]",
"phone": "2015106000",
"status": "PASS"
}
}{
"result": "Error",
"message": "The email address is invalid"
}
//or
{
"result": "Error",
"message": "Missing a required input"
}Sample Request Body
Request Fields
attribute
values
Response Fields
attribute
values
Last updated