POST api/Properties/SaveAdditionalAddparkingBuildingOld

Request Information

URI Parameters

None.

Body Parameters

SaveAdditionalAddparkingBuilding
NameDescriptionTypeAdditional information
ROWID

globally unique identifier

None.

DBNo

integer

None.

AppNo

integer

None.

TempAddParkingID

integer

None.

LocationID

integer

None.

UserProfileID

integer

None.

buildingfloorsparking

integer

None.

parkingbuildingavailable

integer

None.

AutoVehicles

boolean

None.

ElectricVehicles

boolean

None.

BicycleFacility

boolean

None.

CycleFacility

boolean

None.

Singlelevelparking

boolean

None.

Multilevelstoreyparking

boolean

None.

Automatedparking

boolean

None.

AutomatedParkingSystembuilding

boolean

None.

SemiAutomatedParkingSystembuilding

boolean

None.

IsUndergroundParking

boolean

None.

AdminOfficebuilding

boolean

None.

Securityroom

boolean

None.

Accountdepartmentbuilding

boolean

None.

Restroominbuilding

boolean

None.

Shopsinbuilding

boolean

None.

EmployeeResidentbuilding

boolean

None.

EBedroomsbuilding

integer

None.

EBathroomsbuilding

integer

None.

EKitchenparking

integer

None.

Water

boolean

None.

NaturalGass

boolean

None.

WasteDisposal

boolean

None.

Maintenanceandsecurity

boolean

None.

BroadbandInternetAccess

integer

None.

FirefighterSystem

boolean

None.

CentralHeatingCooling

boolean

None.

AnyOtherDescription

string

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ROWID": "b000d6a3-b5cf-4e93-8cf4-fd9387a831f7",
  "DBNo": 1,
  "AppNo": 1,
  "TempAddParkingID": 1,
  "LocationID": 1,
  "UserProfileID": 1,
  "buildingfloorsparking": 1,
  "parkingbuildingavailable": 1,
  "AutoVehicles": true,
  "ElectricVehicles": true,
  "BicycleFacility": true,
  "CycleFacility": true,
  "Singlelevelparking": true,
  "Multilevelstoreyparking": true,
  "Automatedparking": true,
  "AutomatedParkingSystembuilding": true,
  "SemiAutomatedParkingSystembuilding": true,
  "IsUndergroundParking": true,
  "AdminOfficebuilding": true,
  "Securityroom": true,
  "Accountdepartmentbuilding": true,
  "Restroominbuilding": true,
  "Shopsinbuilding": true,
  "EmployeeResidentbuilding": true,
  "EBedroomsbuilding": 1,
  "EBathroomsbuilding": 1,
  "EKitchenparking": 1,
  "Water": true,
  "NaturalGass": true,
  "WasteDisposal": true,
  "Maintenanceandsecurity": true,
  "BroadbandInternetAccess": 1,
  "FirefighterSystem": true,
  "CentralHeatingCooling": true,
  "AnyOtherDescription": "sample string 1",
  "CreatedBy": 2,
  "UpdatedBy": 1,
  "IsActive": true,
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<SaveAdditionalAddparkingBuilding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.ViewModel.PropertieViews">
  <Accountdepartmentbuilding>true</Accountdepartmentbuilding>
  <AdminOfficebuilding>true</AdminOfficebuilding>
  <AnyOtherDescription>sample string 1</AnyOtherDescription>
  <AppNo>1</AppNo>
  <AutoVehicles>true</AutoVehicles>
  <AutomatedParkingSystembuilding>true</AutomatedParkingSystembuilding>
  <Automatedparking>true</Automatedparking>
  <BicycleFacility>true</BicycleFacility>
  <BroadbandInternetAccess>1</BroadbandInternetAccess>
  <CentralHeatingCooling>true</CentralHeatingCooling>
  <CreatedBy>2</CreatedBy>
  <CycleFacility>true</CycleFacility>
  <DBNo>1</DBNo>
  <EBathroomsbuilding>1</EBathroomsbuilding>
  <EBedroomsbuilding>1</EBedroomsbuilding>
  <EKitchenparking>1</EKitchenparking>
  <ElectricVehicles>true</ElectricVehicles>
  <EmployeeResidentbuilding>true</EmployeeResidentbuilding>
  <FirefighterSystem>true</FirefighterSystem>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <IsUndergroundParking>true</IsUndergroundParking>
  <LocationID>1</LocationID>
  <Maintenanceandsecurity>true</Maintenanceandsecurity>
  <Multilevelstoreyparking>true</Multilevelstoreyparking>
  <NaturalGass>true</NaturalGass>
  <ROWID>b000d6a3-b5cf-4e93-8cf4-fd9387a831f7</ROWID>
  <Restroominbuilding>true</Restroominbuilding>
  <Securityroom>true</Securityroom>
  <SemiAutomatedParkingSystembuilding>true</SemiAutomatedParkingSystembuilding>
  <Shopsinbuilding>true</Shopsinbuilding>
  <Singlelevelparking>true</Singlelevelparking>
  <TempAddParkingID>1</TempAddParkingID>
  <UpdatedBy>1</UpdatedBy>
  <UserProfileID>1</UserProfileID>
  <WasteDisposal>true</WasteDisposal>
  <Water>true</Water>
  <buildingfloorsparking>1</buildingfloorsparking>
  <parkingbuildingavailable>1</parkingbuildingavailable>
</SaveAdditionalAddparkingBuilding>

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>