POST api/DataEntityBlueprints

Request Information

URI Parameters

None.

Body Parameters

Collection of DataEntityBlueprint
NameDescriptionTypeAdditional information
Id

integer

None.

Key

string

None.

Value

string

None.

DataEntityId

integer

None.

ConnectorId

integer

None.

ServerId

integer

None.

Server

Server

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Key": "sample string 2",
    "Value": "sample string 3",
    "DataEntityId": 4,
    "ConnectorId": 1,
    "ServerId": 1,
    "Server": {
      "Id": 1,
      "Name": "sample string 2",
      "Key": "sample string 3",
      "OrganisationId": "sample string 4",
      "Blueprint": "sample string 5",
      "ConnectorId": 1,
      "Connector": {
        "Id": 1,
        "Name": "sample string 2",
        "Key": "sample string 3"
      },
      "IsMultiTenant": true,
      "IsDeleted": true
    }
  },
  {
    "Id": 1,
    "Key": "sample string 2",
    "Value": "sample string 3",
    "DataEntityId": 4,
    "ConnectorId": 1,
    "ServerId": 1,
    "Server": {
      "Id": 1,
      "Name": "sample string 2",
      "Key": "sample string 3",
      "OrganisationId": "sample string 4",
      "Blueprint": "sample string 5",
      "ConnectorId": 1,
      "Connector": {
        "Id": 1,
        "Name": "sample string 2",
        "Key": "sample string 3"
      },
      "IsMultiTenant": true,
      "IsDeleted": true
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfDataEntityBlueprint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataEntities.Author.WebAPI.Models">
  <DataEntityBlueprint>
    <ConnectorId>1</ConnectorId>
    <DataEntityId>4</DataEntityId>
    <Id>1</Id>
    <Key>sample string 2</Key>
    <Server>
      <Blueprint>sample string 5</Blueprint>
      <Connector>
        <Id>1</Id>
        <Key>sample string 3</Key>
        <Name>sample string 2</Name>
      </Connector>
      <ConnectorId>1</ConnectorId>
      <Id>1</Id>
      <IsDeleted>true</IsDeleted>
      <IsMultiTenant>true</IsMultiTenant>
      <Key>sample string 3</Key>
      <Name>sample string 2</Name>
      <OrganisationId>sample string 4</OrganisationId>
    </Server>
    <ServerId>1</ServerId>
    <Value>sample string 3</Value>
  </DataEntityBlueprint>
  <DataEntityBlueprint>
    <ConnectorId>1</ConnectorId>
    <DataEntityId>4</DataEntityId>
    <Id>1</Id>
    <Key>sample string 2</Key>
    <Server>
      <Blueprint>sample string 5</Blueprint>
      <Connector>
        <Id>1</Id>
        <Key>sample string 3</Key>
        <Name>sample string 2</Name>
      </Connector>
      <ConnectorId>1</ConnectorId>
      <Id>1</Id>
      <IsDeleted>true</IsDeleted>
      <IsMultiTenant>true</IsMultiTenant>
      <Key>sample string 3</Key>
      <Name>sample string 2</Name>
      <OrganisationId>sample string 4</OrganisationId>
    </Server>
    <ServerId>1</ServerId>
    <Value>sample string 3</Value>
  </DataEntityBlueprint>
</ArrayOfDataEntityBlueprint>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DataEntityBlueprint[]'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.