-
Notifications
You must be signed in to change notification settings - Fork 0
Depreciated API
lockys edited this page Mar 22, 2016
·
1 revision
- 用途: 取得聯絡人
- header:
- apiKey(必要的)- API 鑰匙
- parameter:
- 無
- response:
[
{
"userName": "詹姆士龐德",
"phoneNumber": "+886911234567",
"location": null,
"profile": "我寫程式碼",
"company": null,
"profilePhotoId": null,
"nickName": "老詹",
"chargeType": 1,
"availableStartTime": "0:19",
"availableEndTime": "15:20",
"isEnable": true,
"isHigherPriorityThanGlobal": false,
"providerAvailableStartTime": "00:00",
"providerAvailableEndTime": "00:00",
"providerIsEnable": true,
"qrCodeUuid": "c180f329-1825-43e2-9dd7-543facb0461a",
"customerIcon": null
}
]
- 用途: 修改某聯絡人資料(包含可通話時段)
- header:
- apiKey(required)
- payload:
{}
- parameter:
-
nickNameto update nickname -
isEnableto update isEnable of a contact -
availableStartTimeto update availableStartTime of a contact -
availableEndTimeto update availableEndTime of a contact -
isHigherPriorityThanGlobalto update isHigherPriorityThanGlobal,truemeans contact available time is be used.
-
- response:
- status:
- 200 OK
- status:
{}- 用途: 刪除某筆聯絡人
- header:
- apiKey(required)
- payload:
{}- parameter:
- 無
- response:
- status:
- 200 OK
- status:
{}