Create a Relationship

POST

Creates a relationship.

Consumes

This API call consumes the application/json media types via the Content-Type request header.

Request Syntax

POST/custdev/core/relationship

Request Body

body Meridium.Api.CustDev.Core.RelDevDTO(optional)

Request Body Example

{
    "familyKey": "64251800815",
    "predFamilyKey": "64251789393",
    "predEntityKey": "64263626261",
    "succFamilyKey": "64251784124",
    "succEntityKey": "64263626258"
}

Return Type

array[Meridium.Api.CustDev.Core.RelDevDTO]

Produces

This API call produces the application/json media type according to the Accept request header. The media type will be conveyed by the Content-Type response header.

Success Response

200

Success