POST api/{area}/Schedual/Addproject

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

base_pragressnew
NameDescriptionTypeAdditional information
Token

string

None.

Progress_Name

string

None.

Progress_createuser

string

None.

Progress_createuserid

string

None.

Progress_state

string

None.

Progress_planstarttime

string

None.

Progress_plannendtime

string

None.

Progress_actualstarttime

string

None.

Progress_actualendtime

string

None.

Progress_planfate

string

None.

Progress_planratio

string

None.

Progress_actualratio

string

None.

Progress_parentid

string

None.

Progress_treeID

string

None.

Progress_ProjectID

string

None.

Progress_unittime

string

None.

Progress_ID

string

None.

Progress_Addratio

string

None.

Progress_creatime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "Progress_Name": "sample string 2",
  "Progress_createuser": "sample string 3",
  "Progress_createuserid": "sample string 4",
  "Progress_state": "sample string 5",
  "Progress_planstarttime": "sample string 6",
  "Progress_plannendtime": "sample string 7",
  "Progress_actualstarttime": "sample string 8",
  "Progress_actualendtime": "sample string 9",
  "Progress_planfate": "sample string 10",
  "Progress_planratio": "sample string 11",
  "Progress_actualratio": "sample string 12",
  "Progress_parentid": "sample string 13",
  "Progress_treeID": "sample string 14",
  "Progress_ProjectID": "sample string 15",
  "Progress_unittime": "sample string 16",
  "Progress_ID": "sample string 17",
  "Progress_Addratio": "sample string 18",
  "Progress_creatime": "2025-12-16T10:04:48.3192692+08:00"
}

application/xml, text/xml

Sample:
<base_pragressnew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.SOA.WebApiNew.Areas.VisualView.Models">
  <Progress_Addratio>sample string 18</Progress_Addratio>
  <Progress_ID>sample string 17</Progress_ID>
  <Progress_Name>sample string 2</Progress_Name>
  <Progress_ProjectID>sample string 15</Progress_ProjectID>
  <Progress_actualendtime>sample string 9</Progress_actualendtime>
  <Progress_actualratio>sample string 12</Progress_actualratio>
  <Progress_actualstarttime>sample string 8</Progress_actualstarttime>
  <Progress_createuser>sample string 3</Progress_createuser>
  <Progress_createuserid>sample string 4</Progress_createuserid>
  <Progress_creatime>2025-12-16T10:04:48.3192692+08:00</Progress_creatime>
  <Progress_parentid>sample string 13</Progress_parentid>
  <Progress_planfate>sample string 10</Progress_planfate>
  <Progress_plannendtime>sample string 7</Progress_plannendtime>
  <Progress_planratio>sample string 11</Progress_planratio>
  <Progress_planstarttime>sample string 6</Progress_planstarttime>
  <Progress_state>sample string 5</Progress_state>
  <Progress_treeID>sample string 14</Progress_treeID>
  <Progress_unittime>sample string 16</Progress_unittime>
  <Token>sample string 1</Token>
</base_pragressnew>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'base_pragressnew'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.