POST api/UserManagement/AddUserExternalSource
Update organization external spurce details
Request Information
URI Parameters
None.
Body Parameters
ExternalSourceDtoName | Description | Type | Additional information |
---|---|---|---|
OrganizationId | string |
None. |
|
UserId | string |
None. |
|
ExternalSourceId | DataSources |
None. |
|
Configuration | Dictionary of string [key] and string [value] |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseOfInt32Name | Description | Type | Additional information |
---|---|---|---|
StatusCode | StatusCode |
None. |
|
Message | string |
None. |
|
Data | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": 1000, "Message": "sample string 1", "Data": 2 }
application/xml, text/xml
Sample:
<ResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/enTT.ZS.Dto"> <Data>2</Data> <Message>sample string 1</Message> <Result /> <StatusCode>Success</StatusCode> </ResponseOfint>