Links

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.
post
https://dcams.app
/v3/stable/api/storage
updateStatus

Sample Request Body

{
"user": "USERNAME",
"pass": "PASSWORD",
"service": "updateStatus",
"target": {
"email": "[email protected]",
"status": "PASS"
}
}

Request Fields

attribute
values
status
PASS
PENDING
FAIL

Response Fields

The response will include all of the target attributes stored within the system for this user and the following varying fields.
attribute
values
result
Success
Error
status
PASS
PENDING
FAIL