POST Space/API/Action/Request/SaveStakeholder

Request Information

URI Parameters

None.

Body Parameters

StakeholderDto
NameDescriptionTypeAdditional information
StakeholderId

integer

None.

IsSPCPLEmployee

boolean

None.

StakeholderName

string

None.

UserTitle

string

None.

UserId

integer

None.

EmailId

string

None.

IsPreside

boolean

None.

IsPresentInMeeting

boolean

None.

Title

string

None.

Role

integer

None.

RoleName

string

None.

IsDefualtcreator

boolean

None.

ActionRequestId

integer

None.

LoggedInUserID

integer

None.

StakeholderList

Collection of DropdownNMRNonNMRUsersDto

None.

Request Formats

application/json, text/json

Sample:
{
  "StakeholderId": 1,
  "IsSPCPLEmployee": true,
  "StakeholderName": "sample string 3",
  "UserTitle": "sample string 4",
  "UserId": 1,
  "EmailId": "sample string 5",
  "IsPreside": true,
  "IsPresentInMeeting": true,
  "Title": "sample string 8",
  "Role": 9,
  "RoleName": "sample string 10",
  "IsDefualtcreator": true,
  "ActionRequestId": 12,
  "LoggedInUserID": 13,
  "StakeholderList": [
    {
      "Key": 1,
      "Value": "sample string 2",
      "Category": "sample string 3",
      "SortSequence": 4,
      "SortOrderByFirstName": "sample string 5",
      "Status": "sample string 6"
    },
    {
      "Key": 1,
      "Value": "sample string 2",
      "Category": "sample string 3",
      "SortSequence": 4,
      "SortOrderByFirstName": "sample string 5",
      "Status": "sample string 6"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.