POST api/Properties/SaveAdditionalAddparkingLot

Request Information

URI Parameters

None.

Body Parameters

SaveAdditionalAddparkingLot
NameDescriptionTypeAdditional information
DBNo

integer

None.

AppNo

integer

None.

TempAddParkingLotID

integer

None.

LocationID

integer

None.

UserProfileID

integer

None.

parkinglotavailable

integer

None.

IsElectricVehicles

boolean

None.

IsBicycleFacility

boolean

None.

IsCycleFacility

boolean

None.

IsAutomatedParkingSystem

boolean

None.

IsSemiAutomatedParkingSystem

boolean

None.

IsAccountdepartmentbuilding

boolean

None.

IsRestroominbuilding

boolean

None.

IsShopsinbuilding

boolean

None.

IsServantResidentparking

boolean

None.

EBedroomsparking

integer

None.

EBathroomsparking

integer

None.

EKitchenparkinglot

integer

None.

IsWater

boolean

None.

IsNaturalGass

boolean

None.

IsWasteDisposal

boolean

None.

IsMaintenanceandsecurity

boolean

None.

BroadbandInternetAccess

integer

None.

IsFirefighterSystem

boolean

None.

AnyOtherDescription

string

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBNo": 1,
  "AppNo": 1,
  "TempAddParkingLotID": 1,
  "LocationID": 1,
  "UserProfileID": 1,
  "parkinglotavailable": 1,
  "IsElectricVehicles": true,
  "IsBicycleFacility": true,
  "IsCycleFacility": true,
  "IsAutomatedParkingSystem": true,
  "IsSemiAutomatedParkingSystem": true,
  "IsAccountdepartmentbuilding": true,
  "IsRestroominbuilding": true,
  "IsShopsinbuilding": true,
  "IsServantResidentparking": true,
  "EBedroomsparking": 1,
  "EBathroomsparking": 1,
  "EKitchenparkinglot": 1,
  "IsWater": true,
  "IsNaturalGass": true,
  "IsWasteDisposal": true,
  "IsMaintenanceandsecurity": true,
  "BroadbandInternetAccess": 1,
  "IsFirefighterSystem": true,
  "AnyOtherDescription": "sample string 1",
  "CreatedBy": 2,
  "UpdatedBy": 1,
  "IsActive": true,
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<SaveAdditionalAddparkingLot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.ViewModel.PropertieViews">
  <AnyOtherDescription>sample string 1</AnyOtherDescription>
  <AppNo>1</AppNo>
  <BroadbandInternetAccess>1</BroadbandInternetAccess>
  <CreatedBy>2</CreatedBy>
  <DBNo>1</DBNo>
  <EBathroomsparking>1</EBathroomsparking>
  <EBedroomsparking>1</EBedroomsparking>
  <EKitchenparkinglot>1</EKitchenparkinglot>
  <IsAccountdepartmentbuilding>true</IsAccountdepartmentbuilding>
  <IsActive>true</IsActive>
  <IsAutomatedParkingSystem>true</IsAutomatedParkingSystem>
  <IsBicycleFacility>true</IsBicycleFacility>
  <IsCycleFacility>true</IsCycleFacility>
  <IsDeleted>true</IsDeleted>
  <IsElectricVehicles>true</IsElectricVehicles>
  <IsFirefighterSystem>true</IsFirefighterSystem>
  <IsMaintenanceandsecurity>true</IsMaintenanceandsecurity>
  <IsNaturalGass>true</IsNaturalGass>
  <IsRestroominbuilding>true</IsRestroominbuilding>
  <IsSemiAutomatedParkingSystem>true</IsSemiAutomatedParkingSystem>
  <IsServantResidentparking>true</IsServantResidentparking>
  <IsShopsinbuilding>true</IsShopsinbuilding>
  <IsWasteDisposal>true</IsWasteDisposal>
  <IsWater>true</IsWater>
  <LocationID>1</LocationID>
  <TempAddParkingLotID>1</TempAddParkingLotID>
  <UpdatedBy>1</UpdatedBy>
  <UserProfileID>1</UserProfileID>
  <parkinglotavailable>1</parkinglotavailable>
</SaveAdditionalAddparkingLot>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Status

ResultStatus

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "Data": {}
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics">
  <Data />
  <Message>sample string 1</Message>
  <Status>Success</Status>
</Result>