POST api/{area}/BIP/Add

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

AddModel
NameDescriptionTypeAdditional information
bip_guid

string

None.

Token

string

None.

bmc_guid

string

None.

bip_datetime

string

None.

bip_percent

string

None.

bip_refvalue

string

None.

bip_planStartDT

string

None.

bip_planEndDT

string

None.

bip_planPercent

string

None.

Request Formats

application/json, text/json

Sample:
{
  "bip_guid": "sample string 1",
  "Token": "sample string 2",
  "bmc_guid": "sample string 3",
  "bip_datetime": "sample string 4",
  "bip_percent": "sample string 5",
  "bip_refvalue": "sample string 6",
  "bip_planStartDT": "sample string 7",
  "bip_planEndDT": "sample string 8",
  "bip_planPercent": "sample string 9"
}

application/xml, text/xml

Sample:
<AddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.ImageProgress">
  <Token>sample string 2</Token>
  <bip_datetime>sample string 4</bip_datetime>
  <bip_guid>sample string 1</bip_guid>
  <bip_percent>sample string 5</bip_percent>
  <bip_planEndDT>sample string 8</bip_planEndDT>
  <bip_planPercent>sample string 9</bip_planPercent>
  <bip_planStartDT>sample string 7</bip_planStartDT>
  <bip_refvalue>sample string 6</bip_refvalue>
  <bmc_guid>sample string 3</bmc_guid>
</AddModel>

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 'AddModel'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.