Request Information

URI Parameters

None.

Body Parameters

The related app.

Nano.RelatedApp
NameDescriptionTypeAdditional information
relationship

Gets or sets the relationship.

string

None.

childApp

Gets or sets the child application identifier.

integer

None.

parentApp

Gets or sets the parent application identifier.

integer

None.

id

Gets or sets the related application identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "relationship": "sample String 1",
  "childApp": "2",
  "parentApp": "3",
  "id": "4"
}

text/html

Sample:
{"relationship":"sample String 1","childApp":"2","parentApp":"3","id":"4"}

application/xml, text/xml

Sample:
<RelatedApp xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Relationship>sample String 1</Relationship>
  <ChildAppId>2</ChildAppId>
  <ParentAppId>3</ParentAppId>
  <RelatedAppId>4</RelatedAppId>
</RelatedApp>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created related app.

Nano.RelatedApp
NameDescriptionTypeAdditional information
relationship

Gets or sets the relationship.

string

None.

childApp

Gets or sets the child application identifier.

integer

None.

parentApp

Gets or sets the parent application identifier.

integer

None.

id

Gets or sets the related application identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "relationship": "sample String 1",
  "childApp": "2",
  "parentApp": "3",
  "id": "4"
}

text/html

Sample:
{"relationship":"sample String 1","childApp":"2","parentApp":"3","id":"4"}

application/xml, text/xml

Sample:
<RelatedApp xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Relationship>sample String 1</Relationship>
  <ChildAppId>2</ChildAppId>
  <ParentAppId>3</ParentAppId>
  <RelatedAppId>4</RelatedAppId>
</RelatedApp>

application/vnd.api+json

Sample:

Sample not available.