POST api/B2BUsers/isEmaiExistsAllowWx
Request Information
URI Parameters
None.
Body Parameters
wxUserInpt| Name | 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_isEmaiExistsAllowWxResult| Name | 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
}