Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

地址:   http://test.birdsystem.co.ukcom/client/client-user

 

 

  1. 类型用GET,Headers里写api_key:获取客户ID下所有客户用户;
  2. 类型用POST,Headers里写api_key,以下信息写在body里:创建新客户用户;
列名注释是否必填类型

id

系统ID

 


INT(10)

client_id

Client ID号码

 


INT(10)

username

用户名

必填

VARCHAR(20)

new_password

新密码

 

 



re_password

重复密码

 

 



first_name

 

 



last_name

 

 



department

所属部门

 

 



email

邮箱

必填

VARCHAR(40)

qq

QQ号码

必填

VARCHAR(50)

telephone

电话

必填

VARCHAR(50)

is_receive_notification_sms

是否接受短消息提醒

 


TINYINT(1)

is_receive_notification_email

是否接受邮件提醒

 


TINYINT(1)

is_receive_notification_qq_group

是否接受QQ群组提醒

 


TINYINT(1)

client_user_group_id

用户组ID

 


INT(10)

status

状态

必填

ENUM('INACTIVE','ACTIVE')