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": "e680b629-7d3c-4669-aad7-a15ba6f057da", "EntityId": "674efe86-0ff1-4b17-8df3-4f8d07487e4f" }
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>674efe86-0ff1-4b17-8df3-4f8d07487e4f</EntityId> <ExternalId>e680b629-7d3c-4669-aad7-a15ba6f057da</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. |