POST api/Signifiers

Request Information

URI Parameters

None.

Body Parameters

Signifier
NameDescriptionTypeAdditional information
SignifierId

integer

None.

SigniferType

SigniferType

None.

Title

string

None.

SubTitle

string

None.

BuildOwner

string

None.

ProjectDescription

string

None.

WebOpen

boolean

None.

CategoryId

integer

None.

Category

Category

None.

SignifierFunctions

Collection of SignifierFunction

None.

SignifierImages

Collection of SignifierImage

None.

DateTime

date

None.

Investitionsvolumen

string

None.

Dates

string

None.

LanguageId

integer

None.

ParentSignifierId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SignifierId": 1,
  "SigniferType": "DefaultSignifier",
  "Title": "sample string 2",
  "SubTitle": "sample string 3",
  "BuildOwner": "sample string 4",
  "ProjectDescription": "sample string 5",
  "WebOpen": true,
  "CategoryId": 7,
  "Category": {
    "CategoryId": 1,
    "CategoryName": "sample string 2"
  },
  "SignifierFunctions": [
    {
      "SignifierFunctionId": 1,
      "Function": {
        "FunctionId": 1,
        "FunctionName": "sample string 2",
        "Position": 3,
        "FunctionGroupId": 4,
        "SigniferType": 10
      },
      "FunctionId": 2,
      "SignifierId": 3,
      "Text": "sample string 4"
    },
    {
      "SignifierFunctionId": 1,
      "Function": {
        "FunctionId": 1,
        "FunctionName": "sample string 2",
        "Position": 3,
        "FunctionGroupId": 4,
        "SigniferType": 10
      },
      "FunctionId": 2,
      "SignifierId": 3,
      "Text": "sample string 4"
    }
  ],
  "SignifierImages": [
    {
      "SignifierImageId": 1,
      "SignifierId": 2,
      "Name": "sample string 3",
      "Name2": "sample string 3",
      "DeleteUrl": "api/FileManager/1",
      "Size": "sample string 4",
      "Type": "sample string 5",
      "Url": "sample string 6",
      "ThumbnailUrl": "sample string 7",
      "DeleteType": "sample string 8",
      "CreationDate": "2024-11-21T10:05:40.0634393+01:00"
    },
    {
      "SignifierImageId": 1,
      "SignifierId": 2,
      "Name": "sample string 3",
      "Name2": "sample string 3",
      "DeleteUrl": "api/FileManager/1",
      "Size": "sample string 4",
      "Type": "sample string 5",
      "Url": "sample string 6",
      "ThumbnailUrl": "sample string 7",
      "DeleteType": "sample string 8",
      "CreationDate": "2024-11-21T10:05:40.0634393+01:00"
    }
  ],
  "DateTime": "2024-11-21T10:05:40.0634393+01:00",
  "Investitionsvolumen": "sample string 9",
  "Dates": "sample string 10",
  "LanguageId": 11,
  "ParentSignifierId": 12
}

application/xml, text/xml

Sample:
<Signifier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SignifierManager.Models">
  <BuildOwner>sample string 4</BuildOwner>
  <Category>
    <CategoryId>1</CategoryId>
    <CategoryName>sample string 2</CategoryName>
  </Category>
  <CategoryId>7</CategoryId>
  <DateTime>2024-11-21T10:05:40.0634393+01:00</DateTime>
  <Dates>sample string 10</Dates>
  <Investitionsvolumen>sample string 9</Investitionsvolumen>
  <LanguageId>11</LanguageId>
  <ParentSignifierId>12</ParentSignifierId>
  <ProjectDescription>sample string 5</ProjectDescription>
  <SigniferType>DefaultSignifier</SigniferType>
  <SignifierFunctions>
    <SignifierFunction>
      <Function>
        <FunctionGroupId>4</FunctionGroupId>
        <FunctionId>1</FunctionId>
        <FunctionName>sample string 2</FunctionName>
        <Position>3</Position>
        <SigniferType>DefaultSignifier</SigniferType>
      </Function>
      <FunctionId>2</FunctionId>
      <SignifierFunctionId>1</SignifierFunctionId>
      <SignifierId>3</SignifierId>
      <Text>sample string 4</Text>
    </SignifierFunction>
    <SignifierFunction>
      <Function>
        <FunctionGroupId>4</FunctionGroupId>
        <FunctionId>1</FunctionId>
        <FunctionName>sample string 2</FunctionName>
        <Position>3</Position>
        <SigniferType>DefaultSignifier</SigniferType>
      </Function>
      <FunctionId>2</FunctionId>
      <SignifierFunctionId>1</SignifierFunctionId>
      <SignifierId>3</SignifierId>
      <Text>sample string 4</Text>
    </SignifierFunction>
  </SignifierFunctions>
  <SignifierId>1</SignifierId>
  <SignifierImages>
    <SignifierImage>
      <CreationDate>2024-11-21T10:05:40.0634393+01:00</CreationDate>
      <DeleteType>sample string 8</DeleteType>
      <Name>sample string 3</Name>
      <SignifierId>2</SignifierId>
      <SignifierImageId>1</SignifierImageId>
      <Size>sample string 4</Size>
      <ThumbnailUrl>sample string 7</ThumbnailUrl>
      <Type>sample string 5</Type>
      <Url>sample string 6</Url>
    </SignifierImage>
    <SignifierImage>
      <CreationDate>2024-11-21T10:05:40.0634393+01:00</CreationDate>
      <DeleteType>sample string 8</DeleteType>
      <Name>sample string 3</Name>
      <SignifierId>2</SignifierId>
      <SignifierImageId>1</SignifierImageId>
      <Size>sample string 4</Size>
      <ThumbnailUrl>sample string 7</ThumbnailUrl>
      <Type>sample string 5</Type>
      <Url>sample string 6</Url>
    </SignifierImage>
  </SignifierImages>
  <SubTitle>sample string 3</SubTitle>
  <Title>sample string 2</Title>
  <WebOpen>true</WebOpen>
</Signifier>

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 'Signifier'.

Response Information

Resource Description

Signifier
NameDescriptionTypeAdditional information
SignifierId

integer

None.

SigniferType

SigniferType

None.

Title

string

None.

SubTitle

string

None.

BuildOwner

string

None.

ProjectDescription

string

None.

WebOpen

boolean

None.

CategoryId

integer

None.

Category

Category

None.

SignifierFunctions

Collection of SignifierFunction

None.

SignifierImages

Collection of SignifierImage

None.

DateTime

date

None.

Investitionsvolumen

string

None.

Dates

string

None.

LanguageId

integer

None.

ParentSignifierId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "SignifierId": 1,
  "SigniferType": "DefaultSignifier",
  "Title": "sample string 2",
  "SubTitle": "sample string 3",
  "BuildOwner": "sample string 4",
  "ProjectDescription": "sample string 5",
  "WebOpen": true,
  "CategoryId": 7,
  "Category": {
    "CategoryId": 1,
    "CategoryName": "sample string 2"
  },
  "SignifierFunctions": [
    {
      "SignifierFunctionId": 1,
      "Function": {
        "FunctionId": 1,
        "FunctionName": "sample string 2",
        "Position": 3,
        "FunctionGroupId": 4,
        "SigniferType": 10
      },
      "FunctionId": 2,
      "SignifierId": 3,
      "Text": "sample string 4"
    },
    {
      "SignifierFunctionId": 1,
      "Function": {
        "FunctionId": 1,
        "FunctionName": "sample string 2",
        "Position": 3,
        "FunctionGroupId": 4,
        "SigniferType": 10
      },
      "FunctionId": 2,
      "SignifierId": 3,
      "Text": "sample string 4"
    }
  ],
  "SignifierImages": [
    {
      "SignifierImageId": 1,
      "SignifierId": 2,
      "Name": "sample string 3",
      "Name2": "sample string 3",
      "DeleteUrl": "api/FileManager/1",
      "Size": "sample string 4",
      "Type": "sample string 5",
      "Url": "sample string 6",
      "ThumbnailUrl": "sample string 7",
      "DeleteType": "sample string 8",
      "CreationDate": "2024-11-21T10:05:40.0634393+01:00"
    },
    {
      "SignifierImageId": 1,
      "SignifierId": 2,
      "Name": "sample string 3",
      "Name2": "sample string 3",
      "DeleteUrl": "api/FileManager/1",
      "Size": "sample string 4",
      "Type": "sample string 5",
      "Url": "sample string 6",
      "ThumbnailUrl": "sample string 7",
      "DeleteType": "sample string 8",
      "CreationDate": "2024-11-21T10:05:40.0634393+01:00"
    }
  ],
  "DateTime": "2024-11-21T10:05:40.0634393+01:00",
  "Investitionsvolumen": "sample string 9",
  "Dates": "sample string 10",
  "LanguageId": 11,
  "ParentSignifierId": 12
}

application/xml, text/xml

Sample:
<Signifier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SignifierManager.Models">
  <BuildOwner>sample string 4</BuildOwner>
  <Category>
    <CategoryId>1</CategoryId>
    <CategoryName>sample string 2</CategoryName>
  </Category>
  <CategoryId>7</CategoryId>
  <DateTime>2024-11-21T10:05:40.0634393+01:00</DateTime>
  <Dates>sample string 10</Dates>
  <Investitionsvolumen>sample string 9</Investitionsvolumen>
  <LanguageId>11</LanguageId>
  <ParentSignifierId>12</ParentSignifierId>
  <ProjectDescription>sample string 5</ProjectDescription>
  <SigniferType>DefaultSignifier</SigniferType>
  <SignifierFunctions>
    <SignifierFunction>
      <Function>
        <FunctionGroupId>4</FunctionGroupId>
        <FunctionId>1</FunctionId>
        <FunctionName>sample string 2</FunctionName>
        <Position>3</Position>
        <SigniferType>DefaultSignifier</SigniferType>
      </Function>
      <FunctionId>2</FunctionId>
      <SignifierFunctionId>1</SignifierFunctionId>
      <SignifierId>3</SignifierId>
      <Text>sample string 4</Text>
    </SignifierFunction>
    <SignifierFunction>
      <Function>
        <FunctionGroupId>4</FunctionGroupId>
        <FunctionId>1</FunctionId>
        <FunctionName>sample string 2</FunctionName>
        <Position>3</Position>
        <SigniferType>DefaultSignifier</SigniferType>
      </Function>
      <FunctionId>2</FunctionId>
      <SignifierFunctionId>1</SignifierFunctionId>
      <SignifierId>3</SignifierId>
      <Text>sample string 4</Text>
    </SignifierFunction>
  </SignifierFunctions>
  <SignifierId>1</SignifierId>
  <SignifierImages>
    <SignifierImage>
      <CreationDate>2024-11-21T10:05:40.0634393+01:00</CreationDate>
      <DeleteType>sample string 8</DeleteType>
      <Name>sample string 3</Name>
      <SignifierId>2</SignifierId>
      <SignifierImageId>1</SignifierImageId>
      <Size>sample string 4</Size>
      <ThumbnailUrl>sample string 7</ThumbnailUrl>
      <Type>sample string 5</Type>
      <Url>sample string 6</Url>
    </SignifierImage>
    <SignifierImage>
      <CreationDate>2024-11-21T10:05:40.0634393+01:00</CreationDate>
      <DeleteType>sample string 8</DeleteType>
      <Name>sample string 3</Name>
      <SignifierId>2</SignifierId>
      <SignifierImageId>1</SignifierImageId>
      <Size>sample string 4</Size>
      <ThumbnailUrl>sample string 7</ThumbnailUrl>
      <Type>sample string 5</Type>
      <Url>sample string 6</Url>
    </SignifierImage>
  </SignifierImages>
  <SubTitle>sample string 3</SubTitle>
  <Title>sample string 2</Title>
  <WebOpen>true</WebOpen>
</Signifier>