POST api/ProjectProgressDetails

Request Information

URI Parameters

None.

Body Parameters

ProjectProgressRequestEntity
NameDescriptionTypeAdditional information
ApiUserName

string

None.

Token

string

None.

ProjectId

integer

None.

ProcId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiUserName": "sample string 1",
  "Token": "sample string 2",
  "ProjectId": 3,
  "ProcId": 4
}

application/xml, text/xml

Sample:
<ProjectProgressRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMNSYAPI.Models">
  <ApiUserName>sample string 1</ApiUserName>
  <ProcId>4</ProcId>
  <ProjectId>3</ProjectId>
  <Token>sample string 2</Token>
</ProjectProgressRequestEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProjectProgressResponseEntity
NameDescriptionTypeAdditional information
respCode

string

None.

respMessage

string

None.

Data

Collection of ProjectProgressResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "respCode": "sample string 1",
  "respMessage": "sample string 2",
  "Data": [
    {
      "ApiUserName": "sample string 1",
      "Token": "sample string 2",
      "Id": 3,
      "ProjectId": 4,
      "OfficeId": 5,
      "PhysicalProgress": 6.0,
      "FinancialProgress": 7.0,
      "Remark": "sample string 8",
      "ProgressPhoto1": "sample string 9",
      "ProgressPhoto2": "sample string 10",
      "RemarkPhoto1": "sample string 11",
      "RemarkPhoto2": "sample string 12",
      "InspectionDate": "sample string 13",
      "ProjectName": "sample string 14",
      "Latitude": "sample string 15",
      "longitude": "sample string 16",
      "AgencyName": "sample string 17",
      "PhotoTypeText": "sample string 18"
    },
    {
      "ApiUserName": "sample string 1",
      "Token": "sample string 2",
      "Id": 3,
      "ProjectId": 4,
      "OfficeId": 5,
      "PhysicalProgress": 6.0,
      "FinancialProgress": 7.0,
      "Remark": "sample string 8",
      "ProgressPhoto1": "sample string 9",
      "ProgressPhoto2": "sample string 10",
      "RemarkPhoto1": "sample string 11",
      "RemarkPhoto2": "sample string 12",
      "InspectionDate": "sample string 13",
      "ProjectName": "sample string 14",
      "Latitude": "sample string 15",
      "longitude": "sample string 16",
      "AgencyName": "sample string 17",
      "PhotoTypeText": "sample string 18"
    }
  ]
}

application/xml, text/xml

Sample:
<ProjectProgressResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMNSYAPI.Models">
  <Data>
    <ProjectProgressResponse>
      <AgencyName>sample string 17</AgencyName>
      <ApiUserName>sample string 1</ApiUserName>
      <FinancialProgress>7</FinancialProgress>
      <Id>3</Id>
      <InspectionDate>sample string 13</InspectionDate>
      <Latitude>sample string 15</Latitude>
      <OfficeId>5</OfficeId>
      <PhotoTypeText>sample string 18</PhotoTypeText>
      <PhysicalProgress>6</PhysicalProgress>
      <ProgressPhoto1>sample string 9</ProgressPhoto1>
      <ProgressPhoto2>sample string 10</ProgressPhoto2>
      <ProjectId>4</ProjectId>
      <ProjectName>sample string 14</ProjectName>
      <Remark>sample string 8</Remark>
      <RemarkPhoto1>sample string 11</RemarkPhoto1>
      <RemarkPhoto2>sample string 12</RemarkPhoto2>
      <Token>sample string 2</Token>
      <longitude>sample string 16</longitude>
    </ProjectProgressResponse>
    <ProjectProgressResponse>
      <AgencyName>sample string 17</AgencyName>
      <ApiUserName>sample string 1</ApiUserName>
      <FinancialProgress>7</FinancialProgress>
      <Id>3</Id>
      <InspectionDate>sample string 13</InspectionDate>
      <Latitude>sample string 15</Latitude>
      <OfficeId>5</OfficeId>
      <PhotoTypeText>sample string 18</PhotoTypeText>
      <PhysicalProgress>6</PhysicalProgress>
      <ProgressPhoto1>sample string 9</ProgressPhoto1>
      <ProgressPhoto2>sample string 10</ProgressPhoto2>
      <ProjectId>4</ProjectId>
      <ProjectName>sample string 14</ProjectName>
      <Remark>sample string 8</Remark>
      <RemarkPhoto1>sample string 11</RemarkPhoto1>
      <RemarkPhoto2>sample string 12</RemarkPhoto2>
      <Token>sample string 2</Token>
      <longitude>sample string 16</longitude>
    </ProjectProgressResponse>
  </Data>
  <respCode>sample string 1</respCode>
  <respMessage>sample string 2</respMessage>
</ProjectProgressResponseEntity>