保証金種別

GET /master/deposit_types/107a0f11c12c465891ab47b39ea15e30
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "list": [
        {
            "id": 0,
            "name": "指定無し",
            "coefficient": 0
        },
        {
            "id": 10,
            "name": "敷金",
            "coefficient": 1
        },
        {
            "id": 20,
            "name": "保証金",
            "coefficient": 1
        },
        {
            "id": 30,
            "name": "預り金",
            "coefficient": 1
        }
    ]
}