税種別

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

{
    "count": 4,
    "list": [
        {
            "id": 1,
            "name": "税別",
            "is_excluding": true,
            "is_including": false
        },
        {
            "id": 2,
            "name": "税込",
            "is_excluding": false,
            "is_including": true
        },
        {
            "id": 3,
            "name": "非課税",
            "is_excluding": false,
            "is_including": false
        },
        {
            "id": 0,
            "name": "不明",
            "is_excluding": false,
            "is_including": false
        }
    ]
}