POST {version}/CreatedEntityFromExternalSource
Create an Entity from the External Source
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
ExternalSourceName | Description | Type | Additional information |
---|---|---|---|
ExternalId | globally unique identifier |
None. |
|
EntityId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ExternalId": "e238c623-c9b9-4a2b-aa0e-fa284abae9e1", "EntityId": "c392940d-289b-4294-8764-4ac4e386df44" }
application/xml, text/xml
Sample:
<ExternalSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <EntityId>c392940d-289b-4294-8764-4ac4e386df44</EntityId> <ExternalId>e238c623-c9b9-4a2b-aa0e-fa284abae9e1</ExternalId> </ExternalSource>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |