POST BusineesAnalysis/GetUserCreation
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"UserPWD": "sample string 2",
"UserName": "sample string 3",
"UserContNo": "sample string 4",
"UserType": "sample string 5"
}
text/html
Sample:
{"UserId":"sample string 1","UserPWD":"sample string 2","UserName":"sample string 3","UserContNo":"sample string 4","UserType":"sample string 5"}
application/xml, text/xml
Sample:
<UserCreateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <UserContNo>sample string 4</UserContNo> <UserId>sample string 1</UserId> <UserName>sample string 3</UserName> <UserPWD>sample string 2</UserPWD> <UserType>sample string 5</UserType> </UserCreateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"UserCount": 1
}
text/html
Sample:
{"UserCount":1}
application/xml, text/xml
Sample:
<UserCreateInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <UserCount>1</UserCount> </UserCreateInfo>