POST api/VillaAPI/InsertVilla
Request Information
URI Parameters
None.
Body Parameters
VillaDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ProjectId | integer |
Required |
|
VillaCode | string |
Required |
|
VillaNameEn | string |
Required |
|
VillaNameAr | 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 |
None. |
|
ImageId | integer |
None. |
|
Images | string |
None. |
|
lstVilla | Collection of VillaDTO |
None. |
|
lstImage | Collection of CommonVillaDTO |
None. |
|
ProjectNameEn | string |
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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.