POST api/MergedStakeholder/merge-stakeholders

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
viewModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "BeingMaintainedStakeholderId": 1,
  "SitecoreContents": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "RowId": 1,
        "SitecoreContentId": 2,
        "ItemId": "6b18edb3-3b07-4c1e-acce-634e8cf3a70c",
        "ItemTypeLovId": 4,
        "ItemType": "sample string 5",
        "ItemCode": "sample string 6",
        "Content": "sample string 7",
        "StageLovId": 1,
        "Stage": "sample string 8",
        "StepConfigId": 1,
        "Step": "sample string 9",
        "FieldName": "sample string 10",
        "ContentData": "QEBA",
        "PK": "sample string 7"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Entity": {
    "$id": "4",
    "PK": 1
  },
  "Validation": {
    "$id": "5",
    "SuccessOutput": {
      "$id": "6"
    },
    "Success": true,
    "ErrorMessages": null,
    "WarningMessages": {
      "$id": "7",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "InfoMessages": {
      "$id": "8",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "DatabaseErrorMessage": "sample string 3",
    "SuccessMessage": "sample string 4",
    "RelatedKeyId": "sample string 5"
  },
  "PageAccess": {
    "$id": "9",
    "PageCode": "sample string 1",
    "StepAccesses": {
      "$id": "10",
      "$values": [
        {
          "$id": "11",
          "StageCode": "sample string 1",
          "StepCode": "sample string 2"
        },
        {
          "$ref": "11"
        },
        {
          "$ref": "11"
        }
      ]
    },
    "Positions": {
      "$id": "12",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    }
  },
  "UserRole": 0
}

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "BeingMaintainedStakeholderId": 1,
  "SitecoreContents": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "RowId": 1,
        "SitecoreContentId": 2,
        "ItemId": "107af91f-6f1c-4fde-a052-6131a80204af",
        "ItemTypeLovId": 4,
        "ItemType": "sample string 5",
        "ItemCode": "sample string 6",
        "Content": "sample string 7",
        "StageLovId": 1,
        "Stage": "sample string 8",
        "StepConfigId": 1,
        "Step": "sample string 9",
        "FieldName": "sample string 10",
        "ContentData": "QEBA",
        "PK": "sample string 7"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Entity": {
    "$id": "4",
    "PK": 1
  },
  "Validation": {
    "$id": "5",
    "SuccessOutput": {
      "$id": "6"
    },
    "Success": true,
    "ErrorMessages": null,
    "WarningMessages": {
      "$id": "7",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "InfoMessages": {
      "$id": "8",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "DatabaseErrorMessage": "sample string 3",
    "SuccessMessage": "sample string 4",
    "RelatedKeyId": "sample string 5"
  },
  "PageAccess": {
    "$id": "9",
    "PageCode": "sample string 1",
    "StepAccesses": {
      "$id": "10",
      "$values": [
        {
          "$id": "11",
          "StageCode": "sample string 1",
          "StepCode": "sample string 2"
        },
        {
          "$ref": "11"
        },
        {
          "$ref": "11"
        }
      ]
    },
    "Positions": {
      "$id": "12",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    }
  },
  "UserRole": 0
}