POST api/Enquiry/GetProject?Token={Token}

Documentation for 'GetProject'.

Request Information

Parameters

NameDescriptionAdditional information
dtProject
Documentation for 'dtProject'.

None.

dtProjectUnitType
Documentation for 'dtProjectUnitType'.

None.

Token
Documentation for 'Token'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Token": "sample string 1",
    "Project_Id": 2,
    "Project_Name": "sample string 3",
    "ListProjectUnitType": [
      {
        "$id": "2",
        "ProjectID": 1,
        "Project_Name": "sample string 2",
        "UnitID": "sample string 3",
        "UnitType": "sample string 4",
        "UnitIDOnly": 5
      },
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]