POST {version}/CreatedEntityFromExternalSource
Create an Entity from the External Source
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
ExternalSource| Name | Description | Type | Additional information |
|---|---|---|---|
| ExternalId | globally unique identifier |
None. |
|
| EntityId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExternalId": "d526a4ce-efe6-4085-bd12-cae01e9f4dbe",
"EntityId": "917bd901-0215-4218-a4d7-bbf1c474df9e"
}
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>917bd901-0215-4218-a4d7-bbf1c474df9e</EntityId> <ExternalId>d526a4ce-efe6-4085-bd12-cae01e9f4dbe</ExternalId> </ExternalSource>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |