GET api/GetConstUpdateList/{ProjectId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ProjectId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ConstuctionUpdate
NameDescriptionTypeAdditional information
ConstUpdateHdrId

integer

None.

ConstUpdateDetId

integer

None.

VChDate

string

None.

ProjectId

integer

None.

ProjName

string

None.

Description

string

None.

ImagePath1

string

None.

ImagePath

Collection of ConstuctionUpdateImagePath

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ConstUpdateHdrId": 1,
    "ConstUpdateDetId": 2,
    "VChDate": "sample string 3",
    "ProjectId": 4,
    "ProjName": "sample string 5",
    "Description": "sample string 6",
    "ImagePath1": "sample string 7",
    "ImagePath": [
      {
        "ImagePath": "sample string 1"
      },
      {
        "ImagePath": "sample string 1"
      }
    ]
  },
  {
    "ConstUpdateHdrId": 1,
    "ConstUpdateDetId": 2,
    "VChDate": "sample string 3",
    "ProjectId": 4,
    "ProjName": "sample string 5",
    "Description": "sample string 6",
    "ImagePath1": "sample string 7",
    "ImagePath": [
      {
        "ImagePath": "sample string 1"
      },
      {
        "ImagePath": "sample string 1"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfConstuctionUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RECOSMart_Api">
  <ConstuctionUpdate>
    <ConstUpdateDetId>2</ConstUpdateDetId>
    <ConstUpdateHdrId>1</ConstUpdateHdrId>
    <Description>sample string 6</Description>
    <ImagePath>
      <ConstuctionUpdateImagePath>
        <ImagePath>sample string 1</ImagePath>
      </ConstuctionUpdateImagePath>
      <ConstuctionUpdateImagePath>
        <ImagePath>sample string 1</ImagePath>
      </ConstuctionUpdateImagePath>
    </ImagePath>
    <ImagePath1>sample string 7</ImagePath1>
    <ProjName>sample string 5</ProjName>
    <ProjectId>4</ProjectId>
    <VChDate>sample string 3</VChDate>
  </ConstuctionUpdate>
  <ConstuctionUpdate>
    <ConstUpdateDetId>2</ConstUpdateDetId>
    <ConstUpdateHdrId>1</ConstUpdateHdrId>
    <Description>sample string 6</Description>
    <ImagePath>
      <ConstuctionUpdateImagePath>
        <ImagePath>sample string 1</ImagePath>
      </ConstuctionUpdateImagePath>
      <ConstuctionUpdateImagePath>
        <ImagePath>sample string 1</ImagePath>
      </ConstuctionUpdateImagePath>
    </ImagePath>
    <ImagePath1>sample string 7</ImagePath1>
    <ProjName>sample string 5</ProjName>
    <ProjectId>4</ProjectId>
    <VChDate>sample string 3</VChDate>
  </ConstuctionUpdate>
</ArrayOfConstuctionUpdate>