Free Rent Type
フリーレント種別
GET /master/free_rent_types/107a0f11c12c465891ab47b39ea15e30
{
"count": 3,
"list": [
{
"id": 0,
"name": "無し",
"limit_is_span": false,
"limit_is_month": false
},
{
"id": 1,
"name": "有り(月数指定)",
"limit_is_span": true,
"limit_is_month": false
},
{
"id": 2,
"name": "有り(期限月指定)",
"limit_is_span": false,
"limit_is_month": true
}
]
}