POST api/B2BUsers/isEmaiExistsAllowWx
Request Information
URI Parameters
None.
Body Parameters
wxUserInptName | Description | Type | Additional information |
---|---|---|---|
CUST | string |
None. |
|
string |
None. |
||
COMPANY | integer |
None. |
|
RoleID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CUST": "sample string 1", "Email": "sample string 2", "COMPANY": 3, "RoleID": 4 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
B2B_isEmaiExistsAllowWxResultName | Description | Type | Additional information |
---|---|---|---|
retStatus | integer |
None. |
|
userCUST | integer |
None. |
|
userCompany | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "retStatus": 1, "userCUST": 1, "userCompany": 1 }