POST api/Project

Request Information

URI Parameters

None.

Body Parameters

Project
NameDescriptionTypeAdditional information
ID

integer

None.

Title

string

None.

Description

string

None.

ProjectStatusID

integer

None.

ProjectTypeID

integer

None.

TeamID

integer

None.

FirmID

integer

None.

StartDate

date

None.

DueDate

date

None.

Address

string

None.

CreatedOn

date

None.

CreatedBy

string

None.

ModifiedOn

date

None.

ModifiedBy

string

None.

Status

ProjectStatus

None.

Type

ProjectType

None.

Team

Team

None.

Firm

Firm

None.

Documents

Collection of Document

None.

Tasks

Collection of Task

None.

Contractors

Collection of ProjectContractors

None.

Suppliers

Collection of ProjectSuppliers

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

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.