Create Property

post/property

Request body

Response

200

typestring
messagestring

Example response

{
  "type": "success",
  "message": "New Property Created successfully",
  "data": {
    "property_uid": ":property_uid"
  }
}

Changes