GET Api/F/YH/MemberAdd?FactoryID={FactoryID}&EmployeeID={EmployeeID}&GroupID={GroupID}&UserName={UserName}&FullName={FullName}&State={State}
添加会员
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FactoryID |
供应商系统编号 |
globally unique identifier |
Required |
EmployeeID |
员工编号 |
globally unique identifier |
Required |
GroupID |
分组编号 |
globally unique identifier |
Required |
UserName |
用户名(手机号码) |
string |
Required |
FullName |
姓名 |
string |
Required |
State |
状态 |
boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.