JSON

Moving Service Types - JSON

Moving service types offer various plans depending on the scope of packing and unpacking work, household size, and special needs. In addition to the three basic plans - Self Plan (transportation only), Semi-Full Plan (with packing), and Full Plan (with packing and unpacking) - there are specialized plans tailored to users' lifestyles, including single-person moving packs, family packs, student discount plans, ladies' packs for women, and senior plans for elderly people.

moving moving company single pack family pack packing service relocation
[
  {
    "code": "01",
    "slug": "self-plan",
    "name": "Self Plan",
    "description": "A plan where you handle packing and unpacking yourself, and only request moving company services for loading, transportation, and unloading.",
    "targetAudience": "Budget-conscious individuals, those with plenty of time"
  },
  {
    "code": "02",
    "slug": "semi-full-plan",
    "name": "Semi-Full Plan",
    "description": "A plan where professionals handle packing, while you handle unpacking yourself.",
    "targetAudience": "Those who want to skip packing, those who prefer to unpack themselves"
  },
  {
    "code": "03",
    "slug": "full-plan",
    "name": "Full Plan",
    "description": "A full-service plan where professionals handle everything from packing to unpacking.",
    "targetAudience": "Those who want full service, busy individuals, elderly, parents with children"
  },
  {
    "code": "04",
    "slug": "single-pack",
    "name": "Single Pack",
    "description": "An economical plan for single-person households using dedicated containers shipped via consolidated freight.",
    "targetAudience": "Single-person households, students, those with minimal belongings"
  },
  {
    "code": "05",
    "slug": "family-pack",
    "name": "Family Pack",
    "description": "A plan for family households using dedicated truck transportation.",
    "targetAudience": "Family households, those with many belongings"
  },
  {
    "code": "06",
    "slug": "student-discount-plan",
    "name": "Student Discount Plan",
    "description": "A plan with special rates and benefits for students.",
    "targetAudience": "Students, university and vocational school students"
  },
  {
    "code": "07",
    "slug": "ladies-pack",
    "name": "Ladies Pack",
    "description": "A plan for women living alone with female staff handling the move.",
    "targetAudience": "Women living alone"
  },
  {
    "code": "08",
    "slug": "senior-plan",
    "name": "Senior Plan",
    "description": "A preferential plan for individuals aged 60 and above.",
    "targetAudience": "Individuals aged 60 and above"
  },
  {
    "code": "09",
    "slug": "free-schedule-plan",
    "name": "Free Schedule Plan",
    "description": "A plan offering discounts by leaving the work start time to the moving company.",
    "targetAudience": "Those with flexible schedules, those wanting to reduce costs"
  },
  {
    "code": "10",
    "slug": "mini-moving-plan",
    "name": "Mini Moving Plan",
    "description": "A small-scale moving plan for minimal belongings.",
    "targetAudience": "Those with minimal belongings, same building or nearby moves"
  }
]