For the complete documentation index, see llms.txt. This page is also available as Markdown.

Customer Object

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

id

String

C

1

320

Customer ID

2

email

Email

C

1

320

Customer email

3

firstName

String

C

1

50

Customer firstName

4

lastName

String

C

1

50

Customer lastName

5

mobilePhone

Telepon

C

1

20

Customer Contact mobilePhone

6

phone

Telepon

O

1

15

Customer phone

7

taxRegistrationId

String

O

1

30

Customer taxRegistrationId

8

account

O

1

1

Customer account

"customer": {
    "id": "hajar@yahoo.com",
    "email": "hajar.finnet@gmail.com",
    "firstName": "Hajar",
    "lastName": "Ismail",
    "mobilePhone": "+6281286288844",
    "phone": "+6281286288844",
    "taxRegistrationId": "123456",
    "account": {
      "id": "1234"
    }
}

Last updated