POST USR_PRI/AllUSR_PermissionsData
Request Information
URI Parameters
None.
Body Parameters
USR_PRIParm| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| UserID | string |
None. |
|
| SUID | string |
None. |
|
| PRID | integer |
None. |
|
| JTID | string |
None. |
|
| CIID | string |
None. |
|
| UPIN | integer |
None. |
|
| UPCH | integer |
None. |
|
| UPQR | integer |
None. |
|
| UPDL | integer |
None. |
|
| UPPR | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2",
"UserID": "sample string 3",
"SUID": "sample string 4",
"PRID": 5,
"JTID": "sample string 6",
"CIID": "sample string 7",
"UPIN": 8,
"UPCH": 9,
"UPQR": 10,
"UPDL": 11,
"UPPR": "sample string 12"
}
text/xml
Sample:
<USR_PRIParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartSyncService.Models.SYS_Response_Mange"> <CIID>sample string 7</CIID> <JTID>sample string 6</JTID> <PRID>5</PRID> <Password>sample string 2</Password> <SUID>sample string 4</SUID> <UPCH>9</UPCH> <UPDL>11</UPDL> <UPIN>8</UPIN> <UPPR>sample string 12</UPPR> <UPQR>10</UPQR> <UserID>sample string 3</UserID> <UserName>sample string 1</UserName> </USR_PRIParm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.