Updates partial consumer point address link data.
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Updates partial consumer point address link data.

  • Dark
    Light
  • PDF

Article summary

Patch
/consumer-points/linked-addresses/{id}/

Operation updates given consumer point address link fields.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of consumer point address link to update

Body parameters

Consumer point address link attributes and values to be updated

object

Consumer point link address object. Flat version for patch and post

Apartment_data_id
integer Required

Apartment ID

Consumer_point_id
integer Required

Consumer point ID

id
integer

Primary key

Responses
200

Object was updated successfully

object

Consumer point link address object. Flat version for patch and post

Apartment_data_id
integer

Apartment ID

Consumer_point_id
integer

Consumer point ID

id
integer

Primary key

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?