POST api/BEUserInfo/CreateUser
Request Information
URI Parameters
None.
Body Parameters
BEUserCreateData| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| Password | string |
None. |
|
| UserName | string |
None. |
|
| string |
None. |
||
| PhoneNumber | string |
None. |
|
| MobilePhone | string |
None. |
|
| Active | boolean |
None. |
|
| UP_UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"Password": "sample string 2",
"UserName": "sample string 3",
"Mail": "sample string 4",
"PhoneNumber": "sample string 5",
"MobilePhone": "sample string 6",
"Active": true,
"UP_UserId": "sample string 8"
}
application/xml, text/xml
Sample:
<UserInfoModel.BEUserCreateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <Active>true</Active> <Mail>sample string 4</Mail> <MobilePhone>sample string 6</MobilePhone> <Password>sample string 2</Password> <PhoneNumber>sample string 5</PhoneNumber> <UP_UserId>sample string 8</UP_UserId> <UserId>sample string 1</UserId> <UserName>sample string 3</UserName> </UserInfoModel.BEUserCreateData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Object |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <body /> <exception>sample string 3</exception> <isSuccess>true</isSuccess> <response i:nil="true" /> </BaseModels.BaseResultOfanyTypeRvdAXEcW>