PUT api/DataEntities/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
DataEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| OrganisationId | integer |
None. |
|
| DataEntityTypeId | integer |
None. |
|
| ConnectorId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsPrivate | boolean |
None. |
|
| DataEntityType | DataEntityType |
None. |
|
| Connector | Connector |
None. |
|
| DataEntityBlueprints | Collection of DataEntityBlueprint |
None. |
|
| DataEntityStructures | Collection of DataEntityStructure |
None. |
|
| DataEntityStructureRelationships | Collection of DataEntityStructureRelationship |
None. |
|
| DataEntityUsers | Collection of DataEntityUser |
None. |
|
| IsPublished | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| PublishedDate | date |
None. |
|
| StructureMetaData | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.