put https://loanpro.simnang.com/api/public/api/1/odata.svc/Customers()
This request edits an existing customer profile's basic information.
Click here to learn more about this request
A customer is any individual or company that can be associated with a loan or line of credit account:
- The
Customers
entity holds a vast amount of information. This information within this request updates a customer's basic personal information. - Other customer information, such as Addresses or Phones, are nested objects within the
Customers
entity; information in these objects can be updated via the requests listed in the subcategories of the Customers section of our documentation.
For an example of how customer information works within the UI, take a look at our Customer Overview article.
Database
For information regarding customer database tables, see the following articles:
- Database – Customer Main Table (customer_entity)
- Database – Customer Status Entity (customer_status_entity)
{
"status": "Active",
"customerType": "customer.type.individual",
"customerIdType": "customer.idType.ssn",
"birthDate": "1980-07-17",
"firstName": "John",
"middleName": "H.",
"lastName": "Doe",
"ssn": "123456789",
"driverLicense": "AL3730",
"email": "[email protected]",
"accessUserName": "johndoe",
"accessPassword": "password123!",
"generationCode": "customer.generationCode.none",
"gender": "customer.gender.male",
"__ignoreWarnings": true
}