departmentlocationPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesSettingsDepartmentLocationDepartmentLocation>>
    departmentlocationPost(
        {required WebApiModulesSettingsDepartmentLocationDepartmentLocation?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesSettingsDepartmentLocationDepartmentLocation,
      () => WebApiModulesSettingsDepartmentLocationDepartmentLocation
          .fromJsonFactory);

  return _departmentlocationPost(body: body);
}