都道府県別の配送設定一覧を表します。
GET /deliveries/1/prefecture_delivery_settings.json?prefecture_name=北海道&select=HAISO_PREFECTURE_SORYO,HAISO_PREFECTURE_LEAD_TIME
200 OK
[
{"HAISO_PREFECTURE_SORYO": 200,"HAISO_PREFECTURE_LEAD_TIME": "3"},
]
都道府県別の配送設定を格納したJSON値を返します。
DELETE /prefectures/1/prefecture_delivery_settings.json?is_prefecture_id=true
200 OK
{"result": "1"}
idをキーにして、配送都道府県情報を削除します。
削除した配送都道府県情報の件数を返します。