Create or Update a Customer
Create a new customer or update an existing customer within the storage system.
Last updated
Create a new customer or update an existing customer within the storage system.
Last updated
POST
https://dcams.app/v3/stable/api/storage
Send all of the required fields below and the method will detect whether a create or update is necessary and will signal in the return which one occurred.
Name | Type | Description |
---|---|---|
The response will include all of the target attributes stored within the system for this user, except their document images, and the following varying fields.
user
string
Your Veratad API Username
pass
string
Your Veratad API Password
service
string
The service name "createOrUpdateCustomer"
reference
string
A value to be stored in the referecne field
target
object
The target of the query
string
The user's email address
fn
string
The user's first name
ln
string
The user's last name
addr
string
The user's street address
city
string
The user's city
state
string
The user's state
zip
string
The user's zip
dob
string
The user's Date of Birth (YYYYMMDD)
phone
string
The user's phone number
documents
object
The document images
front
string
The front document image
back
string
The back document image
attribute
values
result
Success
Error
status
PASS
PENDING
FAIL
type
updateCustomer
createCustomer