POST Licence/Apps
Request Information
URI Parameters
None.
Body Parameters
AppsParm| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| OrderBy | string |
None. |
|
| StartFrom | string |
None. |
|
| Where | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "sample string 1",
"Username": "sample string 2",
"Password": "sample string 3",
"OrderBy": "sample string 4",
"StartFrom": "sample string 5",
"Where": "sample string 6"
}
text/xml
Sample:
<AppsParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LicenceService.Models.Register"> <OrderBy>sample string 4</OrderBy> <Password>sample string 3</Password> <StartFrom>sample string 5</StartFrom> <UserID>sample string 1</UserID> <Username>sample string 2</Username> <Where>sample string 6</Where> </AppsParm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.