PUT api/ApplicationReference

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:
{
  "ApplicationReferenceTypes": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "Id": 1,
        "CodeDesc": "sample string 2",
        "AlternativeDesc": "sample string 3",
        "SystemCode": "sample string 4",
        "SequenceNo": 1
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "StateThemes": {
    "$id": "4",
    "$values": [
      {
        "$id": "5",
        "Id": "sample string 1",
        "Text": "sample string 2",
        "OtherText": "sample string 3",
        "OtherData": {
          "$id": "6"
        }
      },
      {
        "$ref": "5"
      },
      {
        "$ref": "5"
      }
    ]
  },
  "SelectedStateThemes": "sample string 1",
  "ApplicationType": "sample string 2",
  "StepCode": "sample string 3",
  "ApplicationDisplayStepConfig": {
    "$id": "7",
    "IsCurrent": true,
    "IsOpen": true,
    "IsBeingSaved": true,
    "IsUnlocked": true,
    "IsCompleted": true,
    "CanUserAccess": true,
    "CanUserSave": true,
    "TeamPositions": {
      "$id": "8",
      "$values": [
        {
          "$id": "9",
          "TeamPositionId": 1,
          "TeamId": 1,
          "PositionId": 1
        },
        {
          "$ref": "9"
        },
        {
          "$ref": "9"
        }
      ]
    },
    "RowId": 8,
    "WorkflowId": 9,
    "StepConfigId": 10,
    "TeamId": 1,
    "PositionId": 1,
    "TeamPositionId": 1,
    "Stage": "sample string 11",
    "StageCode": "sample string 12",
    "StageSequence": 13,
    "Step": "sample string 14",
    "StepCode": "sample string 15",
    "StepSequence": 16,
    "WorkflowStepSequence": 17,
    "ApplicationType": "sample string 18",
    "PortalType": "sample string 19",
    "Team": "sample string 20",
    "Position": "sample string 21",
    "LinkedStepConfigId": 1,
    "CurrentWorkflowFlag": true,
    "SeniorTeamLeaderAllocatedFlag": true,
    "IsPrepareStep": true,
    "IsReviewStep": true,
    "LockStepToTeamFlag": true,
    "LinkedWorkflowStepSequence": 1,
    "PK": true
  },
  "Entity": {
    "$id": "10",
    "PK": 1
  },
  "Validation": {
    "$id": "11",
    "SuccessOutput": {
      "$id": "12"
    },
    "Success": true,
    "ErrorMessages": null,
    "WarningMessages": {
      "$id": "13",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "InfoMessages": {
      "$id": "14",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "DatabaseErrorMessage": "sample string 3",
    "SuccessMessage": "sample string 4",
    "RelatedKeyId": "sample string 5"
  },
  "PageAccess": {
    "$id": "15",
    "PageCode": "sample string 1",
    "StepAccesses": {
      "$id": "16",
      "$values": [
        {
          "$id": "17",
          "StageCode": "sample string 1",
          "StepCode": "sample string 2"
        },
        {
          "$ref": "17"
        },
        {
          "$ref": "17"
        }
      ]
    },
    "Positions": {
      "$id": "18",
      "$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 'ApplicationReferenceViewModel'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Validation": {
    "$id": "2",
    "SuccessOutput": {
      "$id": "3"
    },
    "Success": true,
    "ErrorMessages": null,
    "WarningMessages": {
      "$id": "4",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "InfoMessages": {
      "$id": "5",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "DatabaseErrorMessage": "sample string 3",
    "SuccessMessage": "sample string 4",
    "RelatedKeyId": "sample string 5"
  },
  "PageAccess": {
    "$id": "6",
    "PageCode": "sample string 1",
    "StepAccesses": {
      "$id": "7",
      "$values": [
        {
          "$id": "8",
          "StageCode": "sample string 1",
          "StepCode": "sample string 2"
        },
        {
          "$ref": "8"
        },
        {
          "$ref": "8"
        }
      ]
    },
    "Positions": {
      "$id": "9",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    }
  },
  "UserRole": 0
}