POST api/{area}/Project/ExportZSJPhaseDatas

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

ZSJExportPhasePara
NameDescriptionTypeAdditional information
zsj_all_projectid

string

None.

zsj_the_projectid

string

None.

zsj_projectids

string

None.

Request Formats

application/json, text/json

Sample:
{
  "zsj_all_projectid": "sample string 1",
  "zsj_the_projectid": "sample string 2",
  "zsj_projectids": "sample string 3"
}

application/xml, text/xml

Sample:
<ZSJExportPhasePara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Project">
  <zsj_all_projectid>sample string 1</zsj_all_projectid>
  <zsj_projectids>sample string 3</zsj_projectids>
  <zsj_the_projectid>sample string 2</zsj_the_projectid>
</ZSJExportPhasePara>

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

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.