protos.schedule.schedule.ScheduleVisitorContract
idstringrequired
내원객 ID
namestringrequired
내원객 이름
phone object
전화번호
countryCodestringrequired
국제전화 국가 번호 예: 82, 81, 1, 44 ... 참고
phoneNumberstringrequired
전화번호 예: 10123456789
chartNumberstringrequired
차트 번호
genderenum
성별
Possible values: [GENDER_UNSPECIFIED, MALE, FEMALE]
dateOfBirthstring
생년월일
nationalitystring
국적
memostring
메모
visitorType object
고객 유형
idstring
namestring
isNewboolean
신규 고객 여부
categories object[]
고객 카테고리 목록
Array [
idstring
namestring
orderint32
colorenum
Possible values: [CodeColor_UNSPECIFIED, RED, LAVA, ORANGE, GREEN, CYAN, BLUE, PURPLE, MAGENTA, GRAY]
]
snsInfo object
SNS 정보
snsTypeenum
Possible values: [etc, kakaotalk, line, instagram, whatsapp, wechat]
accountIdstring
phoneticNamestring
발음 표기 이름
protos.schedule.schedule.ScheduleVisitorContract
{
"id": "string",
"name": "string",
"phone": {
"countryCode": "string",
"phoneNumber": "string"
},
"chartNumber": "string",
"gender": "GENDER_UNSPECIFIED",
"dateOfBirth": "string",
"nationality": "string",
"memo": "string",
"visitorType": {
"id": "string",
"name": "string"
},
"isNew": true,
"categories": [
{
"id": "string",
"name": "string",
"order": 0,
"color": "CodeColor_UNSPECIFIED"
}
],
"snsInfo": {
"snsType": "etc",
"accountId": "string"
},
"phoneticName": "string"
}