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

Documentation for 'GetEnquiryProjectUnitTypeWithProjectName'.

Request Information

Parameters

NameDescriptionAdditional information
dtEnquiryProjectUnitType
Documentation for 'dtEnquiryProjectUnitType'.

Define this parameter in the request body.

Token
Documentation for 'Token'.

Define this parameter in the request URI.

Request body formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

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