POST api/UserCode_iSecureApp/Save
Request Information
URI Parameters
None.
Body Parameters
SaveUserCode_iSecureAppName | Description | Type | Additional information |
---|---|---|---|
UserCodes | Collection of UserCode_iSecureApp |
None. |
|
UserInfo | UserInfo |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserCodes": [ { "Area1": true, "Area2": true, "AuthorityLevelID": "sample string 3", "Code": "sample string 4", "UserName": "sample string 5", "UserNo": 6, "RadioID": "sample string 7", "isDirty": true }, { "Area1": true, "Area2": true, "AuthorityLevelID": "sample string 3", "Code": "sample string 4", "UserName": "sample string 5", "UserNo": 6, "RadioID": "sample string 7", "isDirty": true } ], "UserInfo": { "UserName": "sample string 1", "Password": "sample string 2", "Mac": "sample string 3", "ICCID": "sample string 4", "IsIpPath": true, "IsRadioPath": true, "RadioIP": "sample string 7", "SessionId": "sample string 8", "Account": "sample string 9" } }
application/xml, text/xml
Sample:
<SaveUserCode_iSecureApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeminiiSecureWebAPI.Model"> <UserCodes> <UserCode_iSecureApp> <Area1>true</Area1> <Area2>true</Area2> <AuthorityLevelID>sample string 3</AuthorityLevelID> <Code>sample string 4</Code> <RadioID>sample string 7</RadioID> <UserName>sample string 5</UserName> <UserNo>6</UserNo> <isDirty>true</isDirty> </UserCode_iSecureApp> <UserCode_iSecureApp> <Area1>true</Area1> <Area2>true</Area2> <AuthorityLevelID>sample string 3</AuthorityLevelID> <Code>sample string 4</Code> <RadioID>sample string 7</RadioID> <UserName>sample string 5</UserName> <UserNo>6</UserNo> <isDirty>true</isDirty> </UserCode_iSecureApp> </UserCodes> <UserInfo> <Account>sample string 9</Account> <ICCID>sample string 4</ICCID> <IsIpPath>true</IsIpPath> <IsRadioPath>true</IsRadioPath> <Mac>sample string 3</Mac> <Password>sample string 2</Password> <RadioIP>sample string 7</RadioIP> <SessionId>sample string 8</SessionId> <UserName>sample string 1</UserName> </UserInfo> </SaveUserCode_iSecureApp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />