POST api/AllowLogin/ResetUser
Request Information
URI Parameters
None.
Body Parameters
LoginRestrictionPropName | Description | Type | Additional information |
---|---|---|---|
TyperId | string |
None. |
|
TyperName | string |
None. |
|
Eventid | string |
None. |
|
FunctionDate | string |
None. |
|
SystemId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TyperId": "sample string 1", "TyperName": "sample string 2", "Eventid": "sample string 3", "FunctionDate": "sample string 4", "SystemId": "sample string 5" }
application/xml, text/xml
Sample:
<LoginRestrictionProp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Eventid>sample string 3</Eventid> <FunctionDate>sample string 4</FunctionDate> <SystemId>sample string 5</SystemId> <TyperId>sample string 1</TyperId> <TyperName>sample string 2</TyperName> </LoginRestrictionProp>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataSetName | Description | Type | Additional information |
---|---|---|---|
RemotingFormat | SerializationFormat |
None. |
|
SchemaSerializationMode | SchemaSerializationMode |
None. |
|
CaseSensitive | boolean |
None. |
|
DefaultViewManager | Collection of Object |
None. |
|
EnforceConstraints | boolean |
None. |
|
DataSetName | string |
None. |
|
Namespace | string |
None. |
|
Prefix | string |
None. |
|
ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
HasErrors | boolean |
None. |
|
IsInitialized | boolean |
None. |
|
Locale | CultureInfo |
None. |
|
Site | ISite |
None. |
|
Relations | Collection of Object |
None. |
|
Tables | Collection of Object |
None. |
|
Container | IContainer |
None. |
|
DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.