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": "e0e89148-b000-4ca7-8697-6d75b6914506",
"EntityId": "7a2930ac-742e-4753-8dfa-a22b8dcd495d"
}
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>7a2930ac-742e-4753-8dfa-a22b8dcd495d</EntityId> <ExternalId>e0e89148-b000-4ca7-8697-6d75b6914506</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. |