Kurumun müşteri kaydı sırasında her müşteri için kendi ürettiği unique bir ID ( customerNo) vermesi gerekmektedir, bu ID platform ile yapılacak tüm işlemlerde kullanılır.customerNoalanının formatı ve içeriği kurum tarafından belirlenir. Kurum bu alanda kendi ürettiği bir numarayı kullanabileceği gibi, TCKN, Cep telefonu numarası, PasaportNo gibi bilgileri de kullanabilir.
Home, Work, Other, şirket ve kurumsal müşteriler için HeadOffice, Branch, Other) bir adres girilebilir.Email, MobilePhone, WorkPhone, HomePhone) bir adet iletişim bilgisi girilebilir.NationalIdentityNo, PassportNo, DriverLicenceNo, şirket ve kurumsal müşteriler içinTaxpayerReferenceNo, BusinessNo ) bir adet kimlik bilgisi girilebilir.{
"type": "Individual",
"customerNo": "string",
"segmentId": 0,
"name": "string",
"midname": "string",
"surname": "string",
"nationality": "string",
"communicationLanguage": "English",
"gender": "Male",
"birthDate": "2019-08-24",
"birthPlace": "string",
"motherName": "string",
"fatherName": "string",
"motherMaidenName": "string",
"maritalStatus": "Single",
"disabledType": "None",
"businessDetail": {
"companyName": "string",
"taxNumber": "string",
"taxOffice": "string"
},
"customerIdentifications": [
{
"type": "NationalIdentityNo",
"value": "string",
"dateOfIssue": "2019-08-24",
"dateOfExpiry": "2019-08-24"
}
],
"customerAddresses": [
{
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"district": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"addressCode": "string",
"country": "string",
"type": "Home"
}
],
"customerCommunications": [
{
"type": "Email",
"info": "string"
}
]
}{
"id": 0,
"type": "Individual",
"customerNo": "string",
"segmentId": 0,
"communicationLanguage": "English",
"name": "string",
"midname": "string",
"surname": "string",
"birthPlace": "string",
"motherName": "string",
"fatherName": "string",
"motherMaidenName": "string",
"birthDate": "2019-08-24",
"nationality": "string",
"gender": "Male",
"maritalStatus": "Single",
"disabledType": "None",
"isConversion": true,
"businessDetail": {
"companyName": "string",
"taxNumber": "string",
"taxOffice": "string"
},
"customerIdentifications": [
{
"type": "NationalIdentityNo",
"value": "string",
"dateOfIssue": "2019-08-24",
"dateOfExpiry": "2019-08-24",
"id": 0,
"lastModificationTime": "2019-08-24T14:15:22.123Z",
"creationTime": "2019-08-24T14:15:22.123Z"
}
],
"customerAddresses": [
{
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"district": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"addressCode": "string",
"country": "string",
"type": "Home",
"id": 0,
"lastModificationTime": "2019-08-24T14:15:22.123Z",
"creationTime": "2019-08-24T14:15:22.123Z"
}
],
"customerCommunications": [
{
"type": "Email",
"info": "string",
"id": 0,
"lastModificationTime": "2019-08-24T14:15:22.123Z",
"creationTime": "2019-08-24T14:15:22.123Z"
}
],
"creationTime": "2019-08-24T14:15:22.123Z",
"passportNo": "string"
}