POST api/ProjectAPI/UpdateProject

Request Information

URI Parameters

None.

Body Parameters

ProjectDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ProjectType

integer

Required

IsSold

boolean

None.

ProjectCode

string

Required

ProjectNameEn

string

Required

ProjectNameAr

string

Required

DescriptionEn

string

Required

DescriptionAr

string

None.

Latitude

string

Required

Matching regular expression pattern: ^-?([1-9]?[0-9])\.{1}\d{1,15}

Longitude

string

Required

Matching regular expression pattern: ^-?([1-9]?[0-9])\.{1}\d{1,15}

FileAttrbs

Collection of FileAttribs

Required

ImageId

integer

None.

Images

string

None.

lstProject

Collection of ProjectDTO

None.

ImageList

Collection of CommonProjectDTO

None.

StatusCode

integer

None.

MessageEn

string

None.

MessageAr

string

None.

datasetxml

string

None.

FlagId

integer

None.

TypeId

integer

None.

PageSize

integer

None.

PageNumber

integer

None.

ActionBy

integer

None.

pagingNumber

integer

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

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.