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": "a024c2c0-780d-4758-8226-cdcdf83be11f", "EntityId": "d9ec9472-bc19-4aef-bb84-48c892e5046b" }
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>d9ec9472-bc19-4aef-bb84-48c892e5046b</EntityId> <ExternalId>a024c2c0-780d-4758-8226-cdcdf83be11f</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. |