POST api/v2/relationshipanalyses/{relationshipAnalysisId}/Configs/ByExternalInfoIdentifications
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
relationshipAnalysisId | integer |
Required |
Body Parameters
ExternalInfoName | Description | Type | Additional information |
---|---|---|---|
Identifications | Collection of string |
Request Formats
application/json, text/json
Sample:
{ "Identifications": [ "sample string 1", "sample string 2" ] }
text/html
Sample:
{"Identifications":["sample string 1","sample string 2"]}
Response
PageResultOfRelationshipAnalysisConfigBasicName | Description | Type | Additional information |
---|---|---|---|
Count | integer | ||
TotalCount | integer | ||
Result | Collection of RelationshipAnalysisConfigBasic |
Response Format
application/json, text/json, text/html
Sample:
Sample not available.