GET api/Ldap/SyncSelectedDnUser?PK={PK}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PK | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CResultName | Description | Type | Additional information |
---|---|---|---|
retType | integer |
None. |
|
retDesc | string |
None. |
|
retData | Object |
None. |
|
retParams | Collection of Object |
None. |
|
affectedRows | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "retType": 1, "retDesc": "sample string 2", "retData": {}, "retParams": [ {}, {} ], "affectedRows": 4 }
application/octet-stream
Sample:
{"retType":1,"retDesc":"sample string 2","retData":{},"retParams":[{},{}],"affectedRows":4}