GET api/Stakeholder/get-associate-stakeholder-type/{stakeholderId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
stakeholderId
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Address": "sample string 1",
  "Country": "sample string 2",
  "StakeholderId": 1,
  "ItemStakeholderId": 1,
  "Title": "sample string 3",
  "Name": "sample string 4",
  "Organisation": "sample string 5",
  "StakeHolderTypeLovId": 1,
  "HasEditAccess": true,
  "Comment": "sample string 7",
  "StakeholderType": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "CodeLovId": 1,
        "CodeType": "sample string 2",
        "Description": "sample string 3",
        "AlternativeDesc": "sample string 4",
        "ShortDesc": "sample string 5",
        "ActiveFlag": true,
        "SequenceNo": 1,
        "SystemCode": "sample string 7",
        "IsStreetAddressFlag": true
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Validation": {
    "$id": "4",
    "SuccessOutput": {
      "$id": "5"
    },
    "Success": true,
    "ErrorMessages": null,
    "WarningMessages": {
      "$id": "6",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "InfoMessages": {
      "$id": "7",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "DatabaseErrorMessage": "sample string 3",
    "SuccessMessage": "sample string 4",
    "RelatedKeyId": "sample string 5"
  },
  "PageAccess": {
    "$id": "8",
    "PageCode": "sample string 1",
    "StepAccesses": {
      "$id": "9",
      "$values": [
        {
          "$id": "10",
          "StageCode": "sample string 1",
          "StepCode": "sample string 2"
        },
        {
          "$ref": "10"
        },
        {
          "$ref": "10"
        }
      ]
    },
    "Positions": {
      "$id": "11",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    }
  },
  "UserRole": 0
}