POST api/AccountAPI/NewInsertUpdateAccounts

Request Information

URI Parameters

None.

Body Parameters

AccountsDTO
NameDescriptionTypeAdditional information
message

string

None.

AccountId

integer

None.

AccountCode

string

Required

String length: inclusive between 1 and 20

AccountName

string

Required

String length: inclusive between 1 and 50

AccountNameAr

string

Required

String length: inclusive between 1 and 50

isActive

boolean

None.

CreatedBy

integer

None.

CompanyId

integer

None.

ProjectId

integer

Required

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}

ProjectNameEn

string

None.

ProjectNameAr

string

None.

AccountsLst

Collection of AccountsDTO

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.