Update partial consumer point property data
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update partial consumer point property data

  • Dark
    Light
  • PDF

Article summary

Patch
/consumer-points-property/{id}/

Operation updates given consumer point property fields.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of consumer point property to update

Body parameters

Consumer point property attributes and values to be updated

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
200

Object was updated successfully

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

401

Authentication credentials are missing or invalid

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

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?