{
"success": true,
"errorCode": "string",
"errorMsg": "string",
"errorDetail": "string",
"data": [
{
"propertyId": "string",
"days": [
{
"date": "string",
"available": true,
"checkin": "string",
"checkout": "string",
"stayConstraints": {
"minStay": 0,
"maxStay": 0
}
}
]
}
]
}