Customers

The Consumers APIs allows you to create a new consumer and add its profile data.

These API also allows you to put any changes about your consumers, such as address details change, status changes or etc.

API

Customer. Fetch data by Counterparty ID GET

Fetch Customer data by Counterparty ID

# ENDPOINT
/model/customer/getDbByCounterpartyId/{id}
More

Customer. Fetch data by Counterparty UID GET

Fetch Customer data by Counterparty UID

# ENDPOINT
/model/customer/getDbByCounterpartyUId/{uid}
More

Customer. Fetch data by Client Code GET

Fetch Customer data by Client Code

# ENDPOINT
/model/customer/getDbByClientCode/{client_code}
More

Customer. Validate data POST

Validate Customer data

# ENDPOINT
/model/customer/validate
More

Customer. Prepare data POST

Prepare Customer data

# ENDPOINT
/model/customer/prepare
More

Customer. Create/update data POST

Create/update Customer data

# ENDPOINT
/model/customer/putDb
More