POST api/Customer/GetProjectDocuments

Documentation for 'GetProjectDocuments'.

Request Information

Parameters

NameDescriptionAdditional information
objuser
Documentation for 'objuser'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ProjectId": 1,
  "DocumentId": 2,
  "DocType": "sample string 3",
  "RegistrationId": 4,
  "Token": "sample string 5",
  "username": "sample string 6",
  "password": "sample string 7",
  "DeviceId": "sample string 8",
  "FromDevice": 9,
  "CustomerId": 10,
  "Type": "sample string 11",
  "Status": 12
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": 2,
  "Message": "sample string 3",
  "LstData": [
    {
      "$id": "2",
      "BrochureList": [
        {
          "$id": "3",
          "ProjectId": 1,
          "DocumentId": 2,
          "DocumentName": "sample string 3",
          "FileName": "sample string 4",
          "FileLink": "sample string 5",
          "FileType": "sample string 6",
          "FullFilePath": "sample string 7",
          "PortalType": "sample string 8"
        },
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "LegalList": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "PermissionList": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "TabsList": [
        {
          "$id": "4",
          "TabName": "sample string 1",
          "TabLabel": "sample string 2"
        },
        {
          "$ref": "4"
        },
        {
          "$ref": "4"
        }
      ]
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "Data": {
    "$ref": "2"
  }
}