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
{
"user": "USERNAME",
"pass": "PASSWORD",
"service": "updateStatus",
"target": {
"email": "[email protected]",
"status": "PASS"
}
}
attribute | values |
status | PASS PENDING FAIL |
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 |
Last modified 2yr ago