Get Customer (v0.300.0)

Query a customers in NBS.

Info

This description is not finalized. Schema is not correct.

Overview

This command is used to query a customer in NBS. A customer concists of a Party and one or more Accounts in NBS.

Architecture diagram

Payload example

Payload example
{
"Name": "John Doe",
"Enabled": true,
"Email": "john.doe@example.com",
"Phone": 1234567890,
"FirstName": "John",
"LastName": "Doe"
}

CMS Customer Flow

Signup

Verification

Payment and finally create user in CMS

JSON Schema

9 properties
Id stringnull

Id is the PAL customer Id. If Id is empty then CmsId must be not empty.

CmsId stringnull

CmsId is the customer Id in the CMS system. It can be empty if the Id is not empty.

Name stringnull
Enabled booleannull
Status string
required
Email string
required
Phone integernull
FirstName stringnull
LastName stringnull