Create new Consumer point property
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Create new Consumer point property

  • Dark
    Light
  • PDF

Article summary

Post
/consumer-points-property/
Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Body parameters

Consumer Point Property to be created

object
apartment_area
integer

Apartment Area

apartment_count
integer

Apartment Count

building_count
integer

Building Count

cp_id
integer Required

Foreign key / Consumer Point ID

floor_area
integer

Floor Area

floor_count
integer

Floor Count

id
integer

Primary key

location
integer

Foreign key / Location ID

net_area
integer

Net Area

office_area
integer

Office Area

office_count
integer

Office Count

other_apartments_area
integer

Other Apartments Area

other_apartments_count
integer

Other Apartments Count

volume
integer

Volume

Responses
201

A created Consumer Point Property

object
apartment_area
integer

Apartment Area

apartment_count
integer

Apartment Count

building_count
integer

Building Count

cp_id
integer

Foreign key / Consumer Point ID

floor_area
integer

Floor Area

floor_count
integer

Floor Count

id
integer

Primary key

location
integer

Foreign key / Location ID

net_area
integer

Net Area

office_area
integer

Office Area

office_count
integer

Office Count

other_apartments_area
integer

Other Apartments Area

other_apartments_count
integer

Other Apartments Count

volume
integer

Volume

400

There was an error in request. Usually field validation failed.

Fields which failed validation

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error


Was this article helpful?