- Print
- DarkLight
- PDF
Create new Consumer Point Real Estate
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/consumer-points-real-estate/
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Body parameters
Consumer Point Real Estate to be created
object
consumer_point_id
integer Required
Consumer point id
id
integer
Primary key
real_estate_id
integer Required
Real estate id
Responses
201
A newly created Consumer Point Real Estate
{
"id": [
"12345"
],
"real_estate_id": [
"2601"
]
}
object
consumer_point_id
integer
Consumer point id
id
integer
Primary key
real_estate_id
integer
Real estate id
400
There was an error in request. Usually field validation failed.
{
"consumer_point_id": [
"This field is required."
],
"real_estate_id": [
"This field is required."
]
}
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?