- Print
- DarkLight
- PDF
Update Consumer Point Real Estate data partially
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/consumer-points-real-estate/{id}/
Operation is used to update specific fields in existing Consumer Point Real Estate data.
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integerRequired
Id of Consumer Point Real Estate to update
Body parameters
Consumer Point Real Estate attributes and values to be updated
object
consumer_point_id
integer Required
Consumer point id
id
integer
Primary key
real_estate_id
integer Required
Real estate id
Responses
200
Object was updated successfully
object
consumer_point_id
integer
Consumer point id
id
integer
Primary key
real_estate_id
integer
Real estate id
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?