POST api/User/Create
Request Information
URI Parameters
None.
Body Parameters
UserLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| LoginId | integer |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoginId": 1,
"UserName": "sample string 2",
"Password": "sample string 3"
}
application/xml, text/xml
Sample:
<UserLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnionOwnersBackend.Models"> <LoginId>1</LoginId> <Password>sample string 3</Password> <UserName>sample string 2</UserName> </UserLogin>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />